Sitefinity CMS

Telerik.Cms.Engine Send comments on this topic.
StagedContent Class Members
See Also  Properties  Methods 
Telerik.Cms.Engine Namespace : StagedContent Class


The following tables list the members exposed by StagedContent.

Public Constructors

 NameDescription
Public ConstructorStagedContent ConstructorOverloaded.  Constructor for initialiazing a StagedContent object  
Top

Public Properties

 NameDescription
Public PropertyApplicationName  
Public PropertyCommentsGets or sets a list of all comments for the current staged content item.  
Public PropertyContainsRelativeLinks  
Public PropertyContentGets or sets the content of the item.  
Public PropertyContentForEdit  
Public PropertyContentObjectRead-only property. Gets the content object.  
Public PropertyDateCreated Read-only property. Gets the creation date of the current staged content item.  
Public PropertyDateModified Read-only property. Gets the modification date of the current staged content item.  
Public PropertyIDGets or sets the identifier of the staged content item.  
Public PropertyItemInfo  
Public PropertyLanguageGets or sets the language of the current staged content item.  
Public PropertyLanguages Read-only property. Gets a list of all languages for the current staged content item.  
Public PropertyLocked Read-only property. Gets a value indicating whether staged content item is locked.  
Public PropertyMimeTypeGets or sets the MIME type of the current object.  
Public PropertyModifierRead-only property. Gets the modifier of the current staged content item.  
Public PropertyOwnerGets or sets the owner of the current staged content item.  
Public PropertyParentIDGets or sets the identifier of the parent item.  
Public PropertyProviderNameGets or sets the name of the provider.  
Public PropertyStatusGets or sets the status of the current staged content item.  
Public PropertyThumbnails Gets or sets collection containing all the thumbnails associated to this item.  
Public PropertyUrl  
Public PropertyWorkflowInstanceIdGets or set the identifier of the workflow instance.  
Top

Public Methods

 NameDescription
Public Methodstatic (Shared in Visual Basic)CopyCreates an equivalent copy of the specified IContent object.  
Public MethodGetMetaDataReturns meta data for the specified key.  
Public MethodPublishOverloaded. Publishes the specified IContent object.  
Public MethodSetMetaDataAssigns the specified value to the specified key.  
Public MethodUnreadCommentsCount  
Top

See Also