Click or drag to resize
Galactic API

SharePointFolder Constructor

Creates a SharePointFolder object from the underlying Folder object.

Namespace:  Galactic.SharePoint
Assembly:  Galactic.SharePoint (in Galactic.SharePoint.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public SharePointFolder(
	Folder folder
)

Parameters

folder
Type: Folder
The base Folder object representing this document.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if a folder is not supplied.
See Also