Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Available in Sandboxed Solutions: No
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. |