SmartAPI
Open Source .NET RQL library for RedDot CMS / OpenText WSM Management Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IBackground Interface Reference
+ Inheritance diagram for erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IBackground:
+ Collaboration diagram for erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IBackground:

Properties

IFolder Folder [get, set]
 
bool IsDragAndDropActivated [get, set]
 
bool IsHiddenInProjectStructure [get, set]
 
bool IsLanguageIndependent [get, set]
 
bool IsNotRelevantForWorklow [get, set]
 
bool IsNotUsedInForm [get, set]
 
ILanguageDependentValue< IFileSrcFile [get]
 
- Properties inherited from erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IContentClassElement
ContentClassCategory Category [get]
 Element category of the lement
 
IContentClass ContentClass [get, set]
 
new string Name [get, set]
 Get/Set the name of the element. If you set the name and call Commit(), the Elements list cache of the ContentClass gets automatically invalidated, so all elements get loaded again, if you access it the next time.
 
ElementType Type [get]
 TypeId of the element.
 

Additional Inherited Members

- Public Member Functions inherited from erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IContentClassElement
void CommitInCurrentLanguage ()
 Save element on the server. Saves only the attributes!
 
void CommitInLanguage (string languageAbbreviation)
 
IContentClassElement CopyToContentClass (IContentClass contentClass)
 Copies the element to another content class by creating a new element and copying the attribute values to it. Make sure to set the language variant in the target project into which the element should be copied, first.
 

Detailed Description

Definition at line 22 of file IBackground.cs.

Property Documentation

IFolder erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IBackground.Folder
getset

Definition at line 24 of file IBackground.cs.

bool erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IBackground.IsDragAndDropActivated
getset

Definition at line 26 of file IBackground.cs.

bool erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IBackground.IsHiddenInProjectStructure
getset

Definition at line 28 of file IBackground.cs.

bool erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IBackground.IsLanguageIndependent
getset

Definition at line 30 of file IBackground.cs.

bool erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IBackground.IsNotRelevantForWorklow
getset

Definition at line 32 of file IBackground.cs.

bool erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IBackground.IsNotUsedInForm
getset

Definition at line 34 of file IBackground.cs.

ILanguageDependentValue<IFile> erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IBackground.SrcFile
get

Definition at line 36 of file IBackground.cs.


The documentation for this interface was generated from the following file: