ICategoryNodeOriginalTypeName Property
|
Gets the type 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 OriginalTypeName { get; }
ReadOnly Property OriginalTypeName As String
Get
property String^ OriginalTypeName {
String^ get ();
}
abstract OriginalTypeName : string with get
Property Value
Type:
StringRemarks This property's value is the value with which the CategoryNode was created. It is the value under
CreationLocale.
See Also