IFsrmAutoApplyQuota::get_ExcludeFolders method (fsrmquota.h)

[This property is supported for compatibility but it's recommended to use the FSRM WMI Classes to manage FSRM. Please see the MSFT_FSRMAutoQuota class.]

Retrieves or sets an array of immediate subdirectories to exclude from the automatic quota.

This property is read/write.

Syntax

HRESULT get_ExcludeFolders(
  SAFEARRAY **folders
);

Parameters

folders

Return value

None

Remarks

The list can contain the names of existing subdirectories or subdirectories that may exist in the future.

Setting this property overwrites the current list of subdirectories to exclude. To remove all folders, pass an empty array.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008
Target Platform Windows
Header fsrmquota.h
DLL SrmSvc.dll

See also

IFsrmAutoApplyQuota

MSFT_FSRMAutoQuota