IFsrmFileScreenBase::put_BlockedFileGroups method (fsrmscreen.h)

Retrieves or sets the names of the file groups that contain the file name patterns used to specify the files that are blocked by this screen.

This property is read/write.

Syntax

HRESULT put_BlockedFileGroups(
  IFsrmMutableCollection *blockList
);

Parameters

blockList

Return value

None

Remarks

To specify the blocked group names on a new screen, access this property to get an empty collection and then add the group names to the collection.

Examples

For an example, see Using Templates to Define File Screens.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008
Target Platform Windows
Header fsrmscreen.h (include FsrmScreen.h, FsrmTlb.h)
DLL SrmSvc.dll

See also

IFsrmFileScreenBase