ICategoryNodeOriginalName Property
|
Gets the name of this CategoryNode in its native creation locale.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax string OriginalName { get; }
ReadOnly Property OriginalName As String
Get
property String^ OriginalName {
String^ get ();
}
abstract OriginalName : string with get
Property Value
Type:
StringRemarks This property's value is that of its creation locale, not the value this CategoryNode was created with.
See Also