IPageReferenceMapping Property
|
Retrieves the directly referenced page IDs for this page. This mappings are reference pages added to this page.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IList<string> ReferenceMapping { get; }
ReadOnly Property ReferenceMapping As IList(Of String)
Get
property IList<String^>^ ReferenceMapping {
IList<String^>^ get ();
}
abstract ReferenceMapping : IList<string> with get
Property Value
Type:
IListStringSee Also