PlaceholderCommandHandlerObjTypeVisibleToUser Method

Determines if the ObjType 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 ObjTypeVisibleToUser(
	ObjType objType
)

Parameters

objType  ObjType
 

Return Value

Boolean
True, when the object type is visible to the current user.

See Also