RoleSearch
A complex data type that represents a role search.
Schema
<xsd:complexType name="RoleSearch">
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:element name="Condition"
type="typens:RoleCondition"/>
<xsd:element name="ConditionArray"
type="typens:ArrayOfRoleCondition"/>
</xsd:choice>
<xsd:choice minOccurs="0">
<xsd:element name="ParentRoleName" type="xsd:string"/>
<xsd:element name="ChildRoleName" type="xsd:string"/>
<xsd:element name="WithRightsToChannelName"
type="xsd:string"/>
<xsd:element name="AssignedToUserName" type="xsd:string"/>
<xsd:element name="ParentRoleId" type="xsd:string"/>
<xsd:element name="ChildRoleId" type="xsd:string"/>
<xsd:element name="WithRightsToChannelId"
type="xsd:string"/>
<xsd:element name="AssignedToUserId" type="xsd:string"/>
</xsd:choice>
<xsd:element name="FetchSize" type="xsd:int" minOccurs="0"/>
<xsd:element name="FetchDirection" type="xsd:boolean"
minOccurs="0"/>
<xsd:element name="CountLimit" type="xsd:int" minOccurs="0"/>
<xsd:element name="FetchHandle" type="xsd:string"
minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Elements
Condition
The search condition.
ConditionArray
An array of search conditions.
ParentRoleName
The name of the parent role.
ChildRoleName
The name of the child role.
WithRightsToChannelName
The name of the channel to which the role has access rights.
AssignedToUserName
The name of the user assigned to the role.
ParentRoleId
The ID of the parent role.
ChildRoleId
The ID of the child role.
WithRightsToChannelId
The ID of the channel to which the role has access rights.
AssignedToUserId
The ID of the user assigned to the role.
FetchSize
The maximum number of records to retrieve and return in a result set. The default value is 500.
FetchDirection
If True, records are retrieved forward. If False, records are retrieved backward. The default value is True.
CountLimit
The maximum number of records to count. By default, CountLimit is equal to FetchSize. To count all records, set CountLimit to ‑1.
FetchHandle
Retrieves more items from the result set. In the second and subsequent calls for data, specify the same search criteria as in the original call.