Validate that this factory knows how to create the given permission type.
Namespace: org.opendof.core.oal.security
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
bool isSupportedType( short permissionType )
Parameters
- permissionType
- Type: SystemInt16
The permission type.
Return Value
Type: BooleanTrue if this factory knows how to create the permission, false otherwise.
Remarks
See Also