PlaceholderCommandHandlerPropertyVisibleToUser Method |
Determines if the PropertyDef is visible to the current user session.
Namespace:
MFiles.VAF.Placeholders
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected bool PropertyVisibleToUser(
PropertyDef propertyDef
)
Protected Function PropertyVisibleToUser (
propertyDef As PropertyDef
) As Boolean
protected:
bool PropertyVisibleToUser(
PropertyDef^ propertyDef
)
Parameters
- propertyDef
- Type: PropertyDef
Return Value
Type:
BooleanTrue, when the property is visible to the current user.
See Also