Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
NOTE: This API is now obsolete.
Gets or sets the maximum size, in bytes, of items that can be allowed in a single cell storage operation.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use MaximumFileSize instead.")> _
Public Property MaxSizePerCellStorageOperation As Long
Get
Set
'Usage
Dim instance As SPWebApplication
Dim value As Long
value = instance.MaxSizePerCellStorageOperation
instance.MaxSizePerCellStorageOperation = value
[ObsoleteAttribute("Use MaximumFileSize instead.")]
public long MaxSizePerCellStorageOperation { get; set; }
Property value
Type: System.Int64
The maximum size, in bytes, of items that can be allowed in a single cell storage operation.
The maximum size in bytes.