Click or drag to resize

AccountPermAssignmentDefinition Class

Allows assigning a permission level to an Active Directory account.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.Provisioning.ObjectDefinitionsBasePermAssignmentDefinition
    Colygon.MatchPoint.Provisioning.ObjectDefinitionsAccountPermAssignmentDefinition

Namespace:  Colygon.MatchPoint.Provisioning.ObjectDefinitions
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
[SerializableAttribute]
public class AccountPermAssignmentDefinition : BasePermAssignmentDefinition

The AccountPermAssignmentDefinition type exposes the following members.

Constructors
  NameDescription
Public methodAccountPermAssignmentDefinition
Initializes a new instance of the AccountPermAssignmentDefinition class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPermissionLevel (Inherited from BasePermAssignmentDefinition.)
Public methodGetPrincipals (Overrides BasePermAssignmentDefinitionGetPrincipals(ProvisioningContext).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldAccountExpression
Specifies the accounts. The expression is expected to return one or more login names or SIDs in the SDDL form.
Public fieldPermissionLevel
Specifies the SharePoint permission level for the current role.
(Inherited from BasePermAssignmentDefinition.)
Top
Remarks
This object can be used within all BaseObjectDefinition configuration classes.
See Also