Find.2 |
Scroll |
Looks for a permission equal to the specified one by its name and returns it.
Namespace: Therefore.API
ParametersstrPermissionname The name of the permission to look for.
Return ValueThe first ThePermission instance equal to the specified one. If no equal permission is found the method returns Nothing (VB), null (C#) or their equivalent in other programming languages. |
Permission EqualityThis method uses the ThePermission.Equals method for comparing permission which returns true if two permissions are equal in all members and false otherwise. |