Client Declaration
RepositorySearchModeType
Specifies the type of search mode to use in a repository search.
Name | Value | Description |
---|---|---|
Objects |
1 | Search objects (not supported in this release) |
Rows |
0 | Search rows |
Applies To
<xsd:simpleType name="RepositorySearchModeType"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Rows"/> <xsd:enumeration value="Objects"/> </xsd:restriction> </xsd:simpleType>