GetRoleTypeByURI

SchemaRef.GetRoleTypeByURI method

Gets the RoleType which has the specified uri.

public RoleType GetRoleTypeByURI(string roleTypeUri)
Parameter Type Description
roleTypeUri String The role type uri.

Return Value

The RoleType.

See Also