PersistedAttributeMergeType enumeration
Indicates whether a persisted field on a SPAutoSerializingObject can be restored when the object as whole is restored.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration PersistedAttributeMergeType
'Usage
Dim instance As PersistedAttributeMergeType
public enum PersistedAttributeMergeType
Members
Member name | Description | |
---|---|---|
Merge | The field can be restored. This is the default for all persisted fields. | |
NonMerge | The field cannot be restored. |