AclScope.AclScope

AclScope()

Initializes a new instance of the AclScope class.

public AclScope()

See Also


AclScope(AclScopeType, string)

Initializes a new instance of the AclScope class.

public AclScope(AclScopeType type, string value)
ParameterTypeDescription
typeAclScopeTypeThe type of the ACL scope.
valueStringThe email address of a user or group, or the name of a domain, depending on the scope type.

See Also