IAudit_EntityType Property
|
Gets the entity full type name
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxReadOnly Property Type As String
Get
property String^ Type {
String^ get ();
}abstract Type : string with get
Property Value
String
Example
string typeName = auditEntity.Type;
Console.WriteLine(typeName);
//output: Ingeniux.CMS.Page
See Also