This object provides more detailed information about a Perfion feature.
Object Properties
| string Name | Name of the feature |
| int ID | ID of the feature |
| string DataType | The name of the DataType in Perfion{Number, String, Date, Text, Image, File, Table, Search, Link, RelatedValue} |
| bool IsLocalizable | Returns true if the feature is localizable |
| bool IsInheritable | Returns true if the feature is inheritable |
| bool IsSelectable | Returns true if the feature is selectable |
| bool IsMultiValued | Returns true if the feature is multi-valued |
| bool IsHierarchical | Returns true if the feature is hierarchical |
| bool IsRemote | Returns true if the feature is remote |
| bool IsSortable | Returns true if the feature is sortable |
| Guid GroupSecurityID | The unique ID of the Perfion Security Group |
| Guid GroupTopID | The unique ID of the Perfion Top Group |
| Guid GroupViewID | The unique ID of the Perfion View Group |
| bool IsFormula | Returns true if the feature is formula (Added from version Perfion 2025-R2) |
| bool IsUniqueValues | Returns true if the feature is unique values (Added from version Perfion 2025-R2) |
| bool IsCustomOrdering | Returns true if the feature is custom ordering (Added from version Perfion 2025-R2) |
| bool IsSortableRelatedItems | Returns true if the feature is sortable related items (Added from version Perfion 2025-R2) |
| bool IsReadOnly | Returns true if the feature is read only (Added from version Perfion 2025-R2) |
| bool AllowTriStateBoolean | Returns true if the feature is allow tri state boolean (Added from version Perfion 2025-R2) |
| string ModifiedBy | Modified by of the feature (Added from version Perfion 2025-R2) |
| DateTime ModifiedDate | Modified date of the feature (Added from version Perfion 2025-R2) |
Object Methods
| bool IsDataType( string type ) | Returns true if the specified name of the type matches the name of the Perfion DataType. The name is case-insensitive, which can make it a bit easier to use instead of comparing a name to the DataType property. |
Comments
0 comments
Please sign in to leave a comment.