Share via


SPSolutionExporter.MaxSolutionFileSize property

Gets the maximum size for solution files.

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

Syntax

'Declaration
Public Shared ReadOnly Property MaxSolutionFileSize As Integer
    Get
'Usage
Dim value As Integer

value = SPSolutionExporter.MaxSolutionFileSize
public static int MaxSolutionFileSize { get; }

Property value

Type: System.Int32
The maximum size in megabytes (MB).

Remarks

This property returns the value of the MaxTemplateDocumentSize property of the SPWebService.ContentService service.

See also

Reference

SPSolutionExporter class

SPSolutionExporter members

Microsoft.SharePoint namespace