JobReportBase.ContentSize Property
Gets the size of the content.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property ContentSize As Long
Get
Set
'Usage
Dim instance As JobReportBase
Dim value As Long
value = instance.ContentSize
instance.ContentSize = value
public long ContentSize { get; set; }
Property Value
Type: System.Int64
Remarks
This property returns either the compressed or uncompressed size of the content, depending on whether the P:Microsoft.SharePoint.Publishing.Administration.JobReportBase.UseCompression property is set.