PersistedAttribute constructor (PersistedAttributeMergeType)
Initializes a new instance of the PersistedAttribute class by using the specified merge flag.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
MergeType As PersistedAttributeMergeType _
)
'Usage
Dim MergeType As PersistedAttributeMergeType
Dim instance As New PersistedAttribute(MergeType)
public PersistedAttribute(
PersistedAttributeMergeType MergeType
)
Parameters
MergeType
Type: Microsoft.SharePoint.Administration.PersistedAttributeMergeTypeA value that indicates whether the field should be restored when the object as a whole is restored from backup. Default is Merge.
Remarks
For more information, see MergeType.