SmartAPI
Open Source .NET RQL library for RedDot CMS / OpenText WSM Management Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Package erminas.SmartAPI.CMS.Project.ContentClasses

Namespaces

package  Elements
 

Classes

interface  IContentClass
 
interface  IContentClassEditableAreaSettings
 
interface  IContentClassElements
 
interface  IContentClasses
 
interface  IContentClassVersion
 
interface  IContentClassVersions
 
interface  IPageDefinition
 
interface  IPageDefinitions
 
interface  IPreassignedKeywords
 
interface  IProjectVariantAssignment
 
interface  IProjectVariantAssignments
 
interface  ITemplateVariant
 
interface  ITemplateVariants
 
class  PdfOrientationUtils
 
class  ProjectVariantAssignmentSettings
 
class  TemplateVariantCreationOptions
 

Enumerations

enum  ContentClassVersionType { AutomaticallyCreated = 1, ManuallyCreate = 2, Temporary = 3 }
 
enum  PdfOrientation { Default = 0, Portrait, Landscape }
 
enum  TemplateVariantState { Draft, WaitsForRelease, Released }
 State of the template. More...
 

Enumeration Type Documentation

Enumerator:
AutomaticallyCreated 
ManuallyCreate 
Temporary 

Definition at line 599 of file IContentClass.cs.

Enumerator:
Default 
Portrait 
Landscape 

Definition at line 57 of file PdfOrientation.cs.

State of the template.

Enumerator:
Draft 
WaitsForRelease 
Released 

Definition at line 406 of file ITemplateVariant.cs.