GetPropertyDefinitions Method
Gets a list of property definitions in a vault
Syntax
PropertyDefinitionDictionary GetPropertyDefinitions(
System.string entityClassIdFilter,
EntityCategory categoryFilter,
PropertyDefinitionFilter filter
)Function GetPropertyDefinitions( _
ByVal entityClassIdFilter As System.String, _
ByVal categoryFilter As EntityCategory, _
ByVal filter As PropertyDefinitionFilter _
) As PropertyDefinitionDictionaryParameters
| Name | Description |
|---|---|
| entityClassIdFilter | Retrieves only the Property Definitions associated with this entity class Id. If null, then Property Definitions for all Entity Classes are returned |
| categoryFilter | Retrieves only the Property Definitions that are associated with this category. If null, then all Property Definitions are returned regardless of category |
| filter | Optional filters to limit the types of Property Definitions that are returned |
Return Value
A dictionary containing the resulting set of Property Definitions