ISchemaContentPageName Property
|
Gets/sets the name of the content item.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax string PageName { get; set; }
Property PageName As String
Get
Set
property String^ PageName {
String^ get ();
void set (String^ value);
}
abstract PageName : string with get, set
Property Value
Type:
StringRemarks If this is the content of a
schema, the page name will be an empty string since schemas don't have a page name.
See Also