SPSolutionExporter.MaxSolutionFileSize Property
Gets the maximum size for solution files.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.