3.1.4.1.2.1 EnumerateBucket
The EnumerateBucket element is used to issue the EnumerateBucket request.
-
<s:element name="EnumerateBucket"> <s:complexType> <s:sequence> <s:element name="strFolder" type="s:string" minOccurs="0"/> <s:element name="strBucketId" type="s:string" minOccurs="0"/> <s:element name="strCatalog" type="s:string" minOccurs="0"/> <s:element name="strScope" type="s:string" minOccurs="0"/> </s:sequence> </s:complexType> </s:element>
strFolder: A parameter representing the name of the search folder operated upon by the crawl process. The implementation MUST be case-insensitive. The value MUST be the string value "people". strBucketId: A parameter representing the identifier of the bucket that is crawled. The value MUST contain a 32-bit integer, culture-independent encoded as a string.
strCatalog: MUST be ignored.
strScope: MUST be ignored.