PageInfo Methods |
The PageInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | ClearOutputCache(Boolean) |
Clears the output cache for current page.
|
![]() | ClearOutputCache(Boolean, Boolean) |
Clears the output cache for current page.
|
![]() | Clone |
Clones the PageInfo object.
|
![]() | Clone(Boolean, Boolean) |
Clones the PageInfo object.
|
![]() | CombineWith |
Combines current instance with other properties (modifies current instace!).
List properties are merged from all the participating typeinfos, other properties are taken as first non-null value (non-null is determined by nullValues collection).
(Inherited from AbstractHierarchicalObjectTObject.) |
![]() | ContainsColumn |
Returns true if specified column is available in current structure.
(Inherited from AbstractDataContainerParentObjectType.) |
![]() | CreateInherited |
Creates an inherited page info.
|
![]() | GetContentXml |
Returns the xml code of the document contents (Editable regions, web parts).
|
![]() | GetDocumentName |
Gets friendly document name
|
![]() | GetInheritedTemplateInfo |
Gets the inherited template info from parent page infos
|
![]() | GetProperty |
Gets the context property.
(Inherited from AbstractHierarchicalObjectTObject.) |
![]() | GetPropertyType |
Gets the type of the given property
(Inherited from AbstractHierarchicalObjectTObject.) |
![]() | GetResolvedPageTitle |
Gets resolved document page title
|
![]() | GetResponseCacheDependencies |
Gets the page dependency keys for the response of the page.
|
![]() | GetUpperTree |
Gets the upper tree data for inherited values.
|
![]() | GetUsedInheritPageLevels |
Gets the inherit page levels used by this page
|
![]() | GetUsedPageTemplateId |
Gets the page template id used by this document
|
![]() | GetUsedPageTemplateIdColumn |
Gets the page template id used by this document
|
![]() | GetValue |
Gets the object value.
(Inherited from AbstractSimpleDataContainerTObject.) |
![]() | GetValueFromUpperTree |
Returns string value of selected column.
|
![]() | HasSetter |
Returns true if given property has a setter
(Inherited from AbstractHierarchicalObjectTObject.) |
![]() | IsProduct |
Returns true if the document represents a product.
|
![]() | IsProductSection |
Returns true if the document type stands for the product section
|
![]() | IsRoot |
Returns true if the given document is a root node
|
![]() | LoadContentXml |
Loads the content XML to the content table.
|
![]() | LoadVersion |
Load the current version data of the document to the page info.
|
![]() | LoadVersion(TreeNode) |
Load complete given version of the document to the page info.
|
![]() | RegisterColumn(String, FuncTObject, Object) |
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainerTObject.) |
![]() | RegisterColumn(String, FuncTObject, Object, FuncTObject, Object, Object) |
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainerTObject.) |
![]() | RegisterColumns |
Registers the Columns of this object
(Overrides AbstractSimpleDataContainerTObjectRegisterColumns.) |
![]() | RegisterProperties |
Registers the properties of this object
(Inherited from AbstractHierarchicalObjectTObject.) |
![]() | RegisterProperty(String, FuncTObject, Object) |
Registers the given property to the object
(Inherited from AbstractHierarchicalObjectTObject.) |
![]() | RegisterProperty(String, Object, FuncTObject, Object, Object) |
Registers the given parameterized property to the object.
(Inherited from AbstractHierarchicalObjectTObject.) |
![]() | SetPageResult |
Sets the page result object for the given url. The page result object is then accessible via PageResult property.
|
![]() | SetPageTemplateId |
Sets the default document page template ID
|
![]() | SetProperty |
Gets the context property.
(Inherited from AbstractHierarchicalObjectTObject.) |
![]() | SetValue |
Sets the object value.
(Inherited from AbstractSimpleDataContainerTObject.) |
![]() | TryGetProperty(String, Object) |
Gets the context property.
(Inherited from AbstractHierarchicalObjectTObject.) |
![]() | TryGetProperty(String, Object, Boolean) |
Returns value of property.
(Inherited from AbstractHierarchicalObjectTObject.) |
![]() | TryGetValue |
Returns value of column.
(Inherited from AbstractSimpleDataContainerTObject.) |
Name | Description | |
---|---|---|
![]() | CheckRequiredColumns |
Returns true if given list of columns do not have null values in the object
(Defined by DataExtensions.) |
![]() | IsFile |
Returns true if the given document is a file node
(Defined by TreeNodeTypeExtensions.) |
![]() | IsFolder |
Returns true if the given document is a folder node
(Defined by TreeNodeTypeExtensions.) |
![]() | IsRoot |
Returns true if the given document is a root node
(Defined by TreeNodeTypeExtensions.) |
![]() | ToJSON |
Returns JSON representation of current instance of IDataContainer.
(Defined by DataExtensions.) |
![]() | ToXML(XmlWriter, Boolean) | Overloaded.
Writes XML representation of current instance of IDataContainer to provided XmlWriter.
(Defined by DataExtensions.) |
![]() | ToXML(String, Boolean) | Overloaded.
Returns XML representation of current instance of IDataContainer.
(Defined by DataExtensions.) |
![]() | ToXML(XmlWriter, ListString, Boolean) | Overloaded.
Writes XML representation of selected columns of current instance of IDataContainer to provided XmlWriter.
(Defined by DataExtensions.) |