3.2.4.2.17.3 ExcludeFolders (put) (Opnum 29)

The ExcludeFolders (put) method sets the array of exclude folders for this auto apply quota.

 [propput, id(FSRM_PROPERTY(FSRM_DISPID_AUTOAPPLYQUOTA | 0x01))] HRESULT ExcludeFolders(
   [in] SAFEARRAY (VARIANT) folders
 );

folders: Contains an array of folders that will be excluded from this auto apply quota.

Return Values: The method MUST return zero on success, or a nonzero error code on failure.

Return value/code

Description

0x80070057

E_INVALIDARG

The folders parameter is empty.

The server MUST exclude the subdirectories in folders from the restrictions of this auto apply quota or return a nonzero error code.<58>

The client MUST provide only the names of the subdirectories that are to be excluded. The client MUST NOT give the full path to the subdirectories.