IPathMapEntryTHistoryPathHistory Property
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax List<THistory> PathHistory { get; set; }
Property PathHistory As List(Of THistory)
Get
Set
property List<THistory>^ PathHistory {
List<THistory>^ get ();
void set (List<THistory>^ value);
}
abstract PathHistory : List<'THistory> with get, set
Property Value
Type:
ListTHistorySee Also