| SharePointClientGetFolderByUrl Method |
Gets a Folder object representing a folder on the SharePoint server with the specified relative URL.
Namespace:
Galactic.SharePoint
Assembly:
Galactic.SharePoint (in Galactic.SharePoint.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public Folder GetFolderByUrl(
string relativeUrl
)
Public Function GetFolderByUrl (
relativeUrl As String
) As Folder
public:
Folder^ GetFolderByUrl(
String^ relativeUrl
)
member GetFolderByUrl :
relativeUrl : string -> Folder
Parameters
- relativeUrl
- Type: SystemString
The relative URL of the folder to retrieve from the base of the web application containing it.
Return Value
Type:
FolderThe Folder object representing the folder at the specified URL or null if it does not
exist or otherwise couldn't be retrieved.
See Also