[ROOT] / doc / DocFrag / ARCDoc.HLocationP.ContentType / Attribute / PKTypeAttribute
PKTypeAttribute
| Key | Value | 
|---|---|
| BoilerplateCodeProperties | // Autogenerated boilerplate code. Paste into your class as needed. public Type ContentType{ get => IP.GetPV<Type>(HLocationP.ContentType); set => IP.SetPV(HLocationP.ContentType, value); } public AddContentType(Type contentType) => IP.AddPV(HLocationP.ContentType, contentType); public Type? GetContentType() => TryGetContentType(out var retval) ? retval : null; public Type GetContentType(Type defaultValue) => TryGetContentType(out var retval) ? retval : defaultValue; public bool TryGetContentType(out Type contentType) => IP.TryGetPV(HLocationP.ContentType, out contentType); | 
| Cardinality | HistoryOnly | 
| Description | The type of the content object. The actual content object is stored as Content. | 
| EnumMember | ContentType | 
| EnumType | HLocationP | 
| IsObligatory | -False- | 
| Type | Type | 
7 items
Generated 2025-10-30 16:20:21.013 UTC