WebDavDiskStoreDocument Size Property WebDAV#
Gets the size of the document in bytes.

Namespace: WebDAVSharp.Server.Stores.DiskStore
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public long Size { get; }

Property Value

Type: Int64

Implements

IWebDavStoreDocument Size
See Also