ISchemaVersion Properties Ingeniux CMS Content Store API

The ISchemaVersion type exposes the following members.

Properties

  Name Description
Public property ContentUnitsInstantiability
Gets the collection of information on whether a Content Unit can be instantiated, and how many times it can be instantiated.
(Inherited from ISchemaBasic.)
Public property Created
Gets the entity's creation date.
(Inherited from IEntity.)
Public property CreationUser
Gets the ID of the User who created this entity.
(Inherited from IEntity.)
Public property Drafting
Gets whether the schema is in drafting state. When a schema is in drafting state, it cannot be used for page creation.
(Inherited from ISchemaBasic.)
Public property Errors
Gets any errors associated with this schema.
(Inherited from ISchemaBasic.)
Public property FriendlyName
Gets and sets the schema's friendly name.
(Inherited from ISchemaBasic.)
Public property Icon
Gets and sets the icon of the page to be created with this schema.
(Inherited from ISchemaBasic.)
Public property IsComponent
Gets and sets whether this schema is for a component page.
(Inherited from ISchemaBasic.)
Public property IsCurrentVersion
Checks whether this version is the schema's current version.
Public property IsDynamicSitePage
Gets and sets whether the page to be created from this schema is a Dynamic Site Server page or a traditional XSLT page. Dynamic Site Server pages are not required to have stylesheet values.
(Inherited from ISchemaBasic.)
Public property LastModified
Gets the date when the entity was most recently modified.
(Inherited from IEntity.)
Public property LastModifiedUser
Gets the ID of the User who lasted edited the entity.
(Inherited from IEntity.)
Public property Name
Gets and sets the entity's name.
(Inherited from IEntity.)
Public property OriginPage
Gets the page that updated or created this schema. This page will always be a page with presentations.
(Inherited from ISchemaBasic.)
Public property Presentations
Gets the schema's presentations collection, which is applied to all pages created from this schema.
(Inherited from ISchemaBasic.)
Public property RootName
Gets and sets the name of the schema's root element.
(Inherited from ISchemaBasic.)
Public property SchemaId
Gets the entity ID of the schema that this schema version belongs to.
Public property Session
Gets the session that retrieved this entity. An entity is always session-specific.
(Inherited from IEntity.)
Public property SessionId
Gets the unique ID of the session that retrieved this entity.
(Inherited from IEntity.)
Public property Stylesheet
Gets and sets the entry XSLT style sheet name, located in the "xml/stylesheets" folder.
(Inherited from ISchemaBasic.)
Public property VersionNumber
Gets the this schema version's version number.
Public property ViewName
Gets and sets the name of this page type's MVC view.
(Inherited from ISchemaBasic.)
Public property WorkflowDefinition
Gets and sets the workflow defintion for this schema. If set, pages created with this schema will be added to a workflow based on this defintion right away.
(Inherited from ISchemaBasic.)
Public property WorkflowRequired
Gets and sets whether pages created via this schema are added to a workflow after creation. If this property is set to true, the WorkflowDefinition property must be set to a valid workflow definition. Otherwise, validation will fail.
(Inherited from ISchemaBasic.)
Top
See Also

Reference