PlaceholderCommandHandlerPropertyVisibleToUser Method

Determines if the PropertyDef is visible to the current user session.

Definition

Namespace: MFiles.VAF.Placeholders
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
protected bool PropertyVisibleToUser(
	PropertyDef propertyDef
)

Parameters

propertyDef  PropertyDef
 

Return Value

Boolean
True, when the property is visible to the current user.

See Also