Click or drag to resize
ISharePointFileName Property
File's name from SharePoint server. Null if ServerRelativeUrl is null.

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 13.0.131
Syntax
C#
string Name { get; }

Property Value

Type: String
Exceptions
ExceptionCondition
FileNotFoundExceptionThrown when requested file is not present at SharePoint server.
SharePointServerExceptionThrown whenever server error occurs.
WebExceptionThrown when error related to network or protocol occurs.
SharePointConnectionNotSupportedExceptionThrown when given connectionData contains unsupported authentication mode or invalid URL.
ExceptionThrown in case of unexpected error condition.
See Also