Definition at line 33 of file IContentClass.cs.
void erminas.SmartAPI.CMS.Project.ContentClasses.IContentClass.Commit |
( |
| ) |
|
Commit changes on attributes to the server.
void erminas.SmartAPI.CMS.Project.ContentClasses.IContentClass.CopyElementsToContentClass |
( |
IContentClass |
targetCC, |
|
|
params string[] |
elementNames |
|
) |
| |
Copy selected elements from this content class to another target content class.
- Parameters
-
targetCC | Target content class to copy the elements to |
elementNames | Names of the elements to copy |
void erminas.SmartAPI.CMS.Project.ContentClasses.IContentClass.CopyToProject |
( |
IProject |
project, |
|
|
Guid |
targetFolderGuid |
|
) |
| |
Copy this content class to another project
- Parameters
-
project | The target project to copy the content class to |
targetFolderGuid | Guid of the target content class folder in the target project |
string erminas.SmartAPI.CMS.Project.ContentClasses.IContentClass.DescriptionInCurrentDisplayLanguage |
|
getset |
EditableAreaSettings of the content class The settings get cached. To refresh the settings call Refresh
Definition at line 62 of file IContentClass.cs.
bool erminas.SmartAPI.CMS.Project.ContentClasses.IContentClass.IsAvailableViaTheShortcutMenuInSmartEdit |
|
getset |
bool erminas.SmartAPI.CMS.Project.ContentClasses.IContentClass.IsChangingHeadlineEffectiveForAllLanguageVariants |
|
getset |
bool erminas.SmartAPI.CMS.Project.ContentClasses.IContentClass.IsKeywordRequired |
|
getset |
bool erminas.SmartAPI.CMS.Project.ContentClasses.IContentClass.IsNotRelevantForGlobalContentWorkflow |
|
getset |
IPageDefinitions erminas.SmartAPI.CMS.Project.ContentClasses.IContentClass.PageDefinitions |
|
get |
ICollection<IPage> erminas.SmartAPI.CMS.Project.ContentClasses.IContentClass.Pages |
|
get |
List of the preassigned keywords of this content class, indexed by name. This list is cached by default.
Definition at line 87 of file IContentClass.cs.
ISyllable erminas.SmartAPI.CMS.Project.ContentClasses.IContentClass.Prefix |
|
get |
ICategory erminas.SmartAPI.CMS.Project.ContentClasses.IContentClass.RequiredKeywordCategory |
|
getset |
ISyllable erminas.SmartAPI.CMS.Project.ContentClasses.IContentClass.Suffix |
|
get |
ITemplateVariants erminas.SmartAPI.CMS.Project.ContentClasses.IContentClass.TemplateVariants |
|
get |
Versioning information for the content class. List is cached by default.
Definition at line 108 of file IContentClass.cs.
The documentation for this interface was generated from the following file: