| 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
)
Public Function Remove (
document As SharePointDocument
) As Boolean
public:
virtual bool Remove(
SharePointDocument^ document
) sealed
abstract Remove :
document : SharePointDocument -> bool
override Remove :
document : SharePointDocument -> bool
Parameters
- document
- Type: Galactic.SharePointSharePointDocument
The document to remove.
Return Value
Type:
BooleanTrue if the document could be removed, false otherwise.
Implements
ICollectionTRemove(T)See Also