3.2.4.2.28.4 AllowedFileGroups (put) (Opnum 14)

The AllowedFileGroups (put) method sets the file groups that this object allows.

 [propput, id(FSRM_PROPERTY(FSRM_DISPID_FILESCREEN_EXCEPTION | 0x02))] HRESULT AllowedFileGroups(
   [in] IFsrmMutableCollection* allowList
 );

allowList: Contains a collection of file group names for this object to allow.

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

Return value/code

Description

0x80070057

E_INVALIDARG

The path parameter is NULL.

The server MUST allow writing files to the file screen exception's File Screen Exception.Folder path if they belong to any file group in allowList or return a nonzero error code.