Share via


ContentDeploymentConfiguration.FileMaxSize Property

Gets or sets file chunk size.

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

Syntax

'Declaration
Public Property FileMaxSize As Integer
    Get
    Set
'Usage
Dim instance As ContentDeploymentConfiguration
Dim value As Integer

value = instance.FileMaxSize

instance.FileMaxSize = value
public int FileMaxSize { get; set; }

Property Value

Type: System.Int32
The value is expressed in megabytes (MB). The default value is 10 MB.

See Also

Reference

ContentDeploymentConfiguration Class

ContentDeploymentConfiguration Members

Microsoft.SharePoint.Publishing.Administration Namespace

ContentDeploymentConfiguration