Gets the
Page associated with this workflow.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax ReadOnly Property Page As IPage
Get
property IPage^ Page {
IPage^ get ();
}
abstract Page : IPage with get
Property Value
Type:
IPageRemarks Workflow is also associated with a page. This property cannot be null.
See Also