Click or drag to resize
Galactic API

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
)

Parameters

relativeUrl
Type: SystemString
The relative URL of the folder to retrieve from the base of the web application containing it.

Return Value

Type: Folder
The Folder object representing the folder at the specified URL or null if it does not exist or otherwise couldn't be retrieved.
See Also