Compartilhar via


SPFile.Length property

Obtém o tamanho do arquivo em bytes, excluindo o tamanho de quaisquer Web Parts usadas no arquivo.

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

Syntax

'Declaração
Public ReadOnly Property Length As Long
    Get
'Uso
Dim instance As SPFile
Dim value As Long

value = instance.Length
public long Length { get; }

Property value

Type: System.Int64
Um inteiro de 64 bits que representa o tamanho do arquivo.

Ver também

Referência

SPFile class

SPFile members

Microsoft.SharePoint namespace