Click or drag to resize

GeneralFolderPermissions Constructor (Int32, Boolean)

Initializes a new instance of the GeneralFolderPermissions class

Namespace:  FileHold.Common
Assembly:  FileHold.Common (in FileHold.Common.dll) Version: 17.0.0.0
Syntax
C#
public GeneralFolderPermissions(
	int[] operations,
	bool canAddModifyDocument
)

Parameters

operations
Type: SystemInt32
canAddModifyDocument
Type: SystemBoolean
See Also