Click or drag to resize

IAudit_EntityType Property


Gets the entity full type name

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
string Type { get; }

Property Value

String
Example
string typeName = auditEntity.Type; Console.WriteLine(typeName); //output: Ingeniux.CMS.Page
See Also