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.IInfo Interface Reference
+ Inheritance diagram for erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IInfo:
+ Collaboration diagram for erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IInfo:

Properties

IIndexedCachedList< int,
IInfoAttribute
AllContentAttributes [get]
 A list of all possible values for the Content property (=Project.InfoAttributes)
 
IInfoAttribute Content [get, set]
 
IDateTimeFormat DateFormat [get, set]
 
bool IsNotConvertingCharactersToHtml [get, set]
 
bool IsUsingDataOfPageInTargetContainer [get, set]
 
bool IsUsingMainLink [get, set]
 
bool IsUsingRfc3066 [get, set]
 
ILanguageVariant LanguageVariantForUrlOfPage [get, set]
 
ISystemLocale Locale [get, set]
 
IProjectVariant ProjectVariantForUrlOfPage [get, set]
 
string Separator [get, set]
 
string UserDefinedDateFormat [get, set]
 
- 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 IInfo.cs.

Property Documentation

IIndexedCachedList<int, IInfoAttribute> erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IInfo.AllContentAttributes
get

A list of all possible values for the Content property (=Project.InfoAttributes)

Definition at line 27 of file IInfo.cs.

IInfoAttribute erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IInfo.Content
getset

Definition at line 29 of file IInfo.cs.

IDateTimeFormat erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IInfo.DateFormat
getset

Definition at line 30 of file IInfo.cs.

bool erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IInfo.IsNotConvertingCharactersToHtml
getset

Definition at line 31 of file IInfo.cs.

bool erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IInfo.IsUsingDataOfPageInTargetContainer
getset

Definition at line 32 of file IInfo.cs.

bool erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IInfo.IsUsingMainLink
getset

Definition at line 33 of file IInfo.cs.

bool erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IInfo.IsUsingRfc3066
getset

Definition at line 34 of file IInfo.cs.

ILanguageVariant erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IInfo.LanguageVariantForUrlOfPage
getset

Definition at line 35 of file IInfo.cs.

ISystemLocale erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IInfo.Locale
getset

Definition at line 36 of file IInfo.cs.

IProjectVariant erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IInfo.ProjectVariantForUrlOfPage
getset

Definition at line 37 of file IInfo.cs.

string erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IInfo.Separator
getset

Definition at line 38 of file IInfo.cs.

string erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IInfo.UserDefinedDateFormat
getset

Definition at line 39 of file IInfo.cs.


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