GetRoleTypeByURI

InlineXbrlDocument.GetRoleTypeByURI method

Gets the RoleType which has the specified uri.

public RoleType GetRoleTypeByURI(string roleTypeUri)
ParameterTypeDescription
roleTypeUriStringThe role type uri.

Return Value

The RoleType.

See Also