PlaceholderCommandHandlerObjTypeVisibleToUser Method |
Determines if the ObjType 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 ObjTypeVisibleToUser(
ObjType objType
)
Protected Function ObjTypeVisibleToUser (
objType As ObjType
) As Boolean
protected:
bool ObjTypeVisibleToUser(
ObjType^ objType
)
Parameters
- objType
- Type: ObjType
Return Value
Type:
BooleanTrue, when the object type is visible to the current user.
See Also