| ISharePointFileLength Property |
Length of the file's binary content.
May not be supported by all SharePoint server versions.
Namespace: CMS.SharePointAssembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 13.0.131
SyntaxProperty Value
Type:
Int64
Exceptions| Exception | Condition |
|---|
| NotSupportedException | Thrown when the property is not supported. |
| FileNotFoundException | Thrown when requested file is not present at SharePoint server. |
| SharePointServerException | Thrown whenever server error occurs. |
| WebException | Thrown when error related to network or protocol occurs. |
| SharePointConnectionNotSupportedException | Thrown when given connectionData contains unsupported authentication mode or invalid URL. |
| Exception | Thrown in case of unexpected error condition. |
See Also