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.
Specifies the level of user information that is retained when content is imported.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration SPImportUserInfoDateTimeOption
'Usage
Dim instance As SPImportUserInfoDateTimeOption
public enum SPImportUserInfoDateTimeOption
Members
Member name | Description | |
---|---|---|
None | (Default) Specifies the retention of the author/editor with the Operator Account; also creates a current time/date stamp and replaces the user lookup with an empty string (""). | |
ReplaceUserWithSystemAccount | Specifies the retention of Retain the original time/date stamp, but replaces the author/editor with the System Account and replaces the user lookup with an empty string (""). | |
ImportAll | Specifies the retention of the original author/editor information, time/date stamp, and user lookup value. |