listContexts

Returns all or a portion of the CIFS user context search list.

Request

<listContexts>
   <startIdx/>
   <numEntries/>
</listContexts>

Reply

<listContexts>
    <context/>
    <result value=" ">
       <description/>
    </result> 
</listContexts>

Elements

startIdx

(Optional) Specifies the starting index of the first context to return. Defaults to 0 (start at the beginning).

numEntries

(Optional) Specifies the maximum number of contexts to return in reply. Defaults to return all contexts.

context

Specifies the eDirectory name (in typeless, distinguished-name format) of the user context list entry.

result

Specifies a zError or eDirectory value or 0 (for no error).

description

Specifies a text description of the result.