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

Properties

string Coords [get, set]
 
bool IsDisplayingConnectedPagesInTargetContainerOfMainLinkIfAvailable [get, set]
 
bool IsOnlyPathAndFilenameInserted [get, set]
 
bool IsSyntaxConformingToXHtml [get, set]
 
Pages.Elements.IContainer PreassignedTargetContainer [get, set]
 
Shape Shape [get, set]
 
string Supplement [get, set]
 
HtmlTarget Target [get, set]
 
- Properties inherited from erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IWorkflowAssignments
IPreassignedWorkflow StructuralWorkflow [get, set]
 
- Properties inherited from erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IContentClassPreassignable
PreassignedContentClassesAndPageDefinitions PreassignedContentClasses [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.IWorkflowAssignments
void CreateAndConnectContentWorkflow (string workflowName, params string[] languageVariants)
 
void CreateAndConnectContentWorkflow (string workflowName, IEnumerable< ILanguageVariant > languageVariants)
 
void CreateAndConnectStructuralworkflow (string workflowName)
 
void DisconnectAllWorkflows ()
 
IPreassignedWorkflow GetContentWorkflowFor (string languageVariantId)
 
IPreassignedWorkflow GetContentWorkflowFor (ILanguageVariant languageVariant)
 
IPreassignedWorkflow GetContentWorkflowForCurrentLanguageVariant ()
 
void InvalidateCache ()
 
void SetContentWorkflow (IWorkflow workflow, IEnumerable< ILanguageVariant > languageVariants)
 
void SetContentWorkflow (IWorkflow workflow, params string[] languageVariantIds)
 
- 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 21 of file IArea.cs.

Property Documentation

string erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IArea.Coords
getset

Definition at line 23 of file IArea.cs.

bool erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IArea.IsDisplayingConnectedPagesInTargetContainerOfMainLinkIfAvailable
getset

Definition at line 25 of file IArea.cs.

bool erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IArea.IsOnlyPathAndFilenameInserted
getset

Definition at line 27 of file IArea.cs.

bool erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IArea.IsSyntaxConformingToXHtml
getset

Definition at line 29 of file IArea.cs.

Pages.Elements.IContainer erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IArea.PreassignedTargetContainer
getset

Definition at line 31 of file IArea.cs.

Shape erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IArea.Shape
getset

Definition at line 33 of file IArea.cs.

string erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IArea.Supplement
getset

Definition at line 35 of file IArea.cs.

HtmlTarget erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IArea.Target
getset

Definition at line 37 of file IArea.cs.


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