|
MetadataStructureValidatorTryGetPropertyDefAdmin Method
|
Attempts to get the property def admin for the passed property def id.
Does not expose any potential errors in the resolution. Returns false if resolution fails.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 2.2.0.9
Syntaxprotected static bool TryGetPropertyDefAdmin(
Vault vault,
int propertyDefId,
out PropertyDefAdmin propDefAdmin
)
Parameters
- vault
- Type: Vault
Vault connection. - propertyDefId
- Type: SystemInt32
Property def id to resolve. - propDefAdmin
- Type: PropertyDefAdmin
The resulting PropertyDefAdmin object ( or null )
Return Value
Type:
BooleanTrue when the property def was resolved.
See Also