Checks whether the user has permission to perform this transition for the specified project.
Syntax
Visual Basic (Declaration) | |
---|
Function CheckProjectPermission( _
ByVal lProjectID As System.Integer _
) As System.Boolean |
C# | |
---|
System.bool CheckProjectPermission(
System.int lProjectID
) |
C++/CLI | |
---|
System.bool CheckProjectPermission(
& System.int lProjectID
) |
Parameters
- lProjectID
- Project ID
Return Value
True if the user has permission to perform the transition, false if not
See Also