Click or drag to resize

ACLEntryTypeGeneratorAclEntryType Method

Method to create a ObjectService.cmisAccessControlEntryType.

Namespace:  Atalasoft.Imaging.WebControls.Capture.Cmis
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static cmisAccessControlEntryType AclEntryType(
	string principalId,
	string permission
)

Parameters

principalId
Type: SystemString
The Group, or username that the ACL permission is being applied to.
permission
Type: SystemString
The CMIS ACL permission level. For example, AclPermissions.All, or 'cmis:all'

Return Value

Type: cmisAccessControlEntryType
Returns a ObjectService.cmisAccessControlEntryType.
Remarks
Caution note Caution
ACLEntryTypeGenerator class is available with .NET Framework 3.5 and 4.5.2 only.
See Also