Share via


ContentDeploymentConfiguration.TemporaryFolder Property

Gets or sets a value that determines the temporary local or remote folder to use for the content deployment jobs.

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

Syntax

'Declaration
Public Property TemporaryFolder As String
    Get
    Set
'Usage
Dim instance As ContentDeploymentConfiguration
Dim value As String

value = instance.TemporaryFolder

instance.TemporaryFolder = value
public string TemporaryFolder { get; set; }

Property Value

Type: System.String

See Also

Reference

ContentDeploymentConfiguration Class

ContentDeploymentConfiguration Members

Microsoft.SharePoint.Publishing.Administration Namespace

ContentDeploymentConfiguration