Click or drag to resize
Galactic API

SharePointDocumentLibraryRemove Method (SharePointDocument)

Removes a document from the library.

Namespace:  Galactic.SharePoint
Assembly:  Galactic.SharePoint (in Galactic.SharePoint.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public bool Remove(
	SharePointDocument document
)

Parameters

document
Type: Galactic.SharePointSharePointDocument
The document to remove.

Return Value

Type: Boolean
True if the document could be removed, false otherwise.

Implements

ICollectionTRemove(T)
See Also