SPExportSettings.ExportFrontEndFileStreams property

Specifies whether the front end file streams will be exported or not. Default is true.

Namespace:  Microsoft.SharePoint.Deployment
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property ExportFrontEndFileStreams As Boolean
    Get
    Set
'Usage
Dim instance As SPExportSettings
Dim value As Boolean

value = instance.ExportFrontEndFileStreams

instance.ExportFrontEndFileStreams = value
public bool ExportFrontEndFileStreams { get; set; }

Property value

Type: System.Boolean
Returns Boolean.

See also

Reference

SPExportSettings class

SPExportSettings members

Microsoft.SharePoint.Deployment namespace