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.5.94
Syntax
string Type { get; }

Property Value

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