Share via


ContentDeploymentPath.IncludeUserInfoDateTime property

Gets or sets the SPImportUserInfoDateTimeOption for this content deployment path.

Namespace:  Microsoft.SharePoint.Publishing.Administration
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Property IncludeUserInfoDateTime As SPImportUserInfoDateTimeOption
    Get
    Set
'Usage
Dim instance As ContentDeploymentPath
Dim value As SPImportUserInfoDateTimeOption

value = instance.IncludeUserInfoDateTime

instance.IncludeUserInfoDateTime = value
public SPImportUserInfoDateTimeOption IncludeUserInfoDateTime { get; set; }

Property value

Type: Microsoft.SharePoint.Deployment.SPImportUserInfoDateTimeOption
Information about the current user, and the date and time that the content is deployed.

See also

Reference

ContentDeploymentPath class

ContentDeploymentPath members

Microsoft.SharePoint.Publishing.Administration namespace