SPMappingAction Enumeration
Specifies the modification action to apply to the claim value.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration SPMappingAction
'Usage
Dim instance As SPMappingAction
public enum SPMappingAction
Members
Member name | Description | |
---|---|---|
None | 0 to apply no modification. | |
Prefix | 1 to apply a prefix. | |
Suffix | 2 to apply a suffix. | |
Replace | 3 to replace the claim value. |