PageInfo Methods |
The PageInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddResponseCacheDependencies |
Adds the cache dependencies for the current page to the response.
|
![]() | 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
|
![]() | IsWireframe |
Returns true if the document is a wireframe document
|
![]() | 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.) |
![]() | UseWireframeTemplate |
Returns true if the page uses wireframe template in current context
|
Name | Description | |
---|---|---|
![]() | AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) |
![]() | CopyTo |
Copies the data of specified columns of the source object to the target object.
(Defined by DataExtensions.) |
![]() | GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) |
![]() | GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) |
![]() | CheckRequiredColumns |
Returns true if given list of columns do not have null values in the object
(Defined by DataExtensions.) |
![]() | ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToJSON |
Returns JSON representation of current instance of IDataContainer.
(Defined by DataExtensions.) |
![]() | ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToXML |
Returns XML representation of current instance of IDataContainer.
(Defined by DataExtensions.) |