Click or drag to resize
Galactic API

SharePointDocumentLibraryContains Method (SharePointDocument)

Determines whether the supplied document is in the library.

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

Parameters

document
Type: Galactic.SharePointSharePointDocument
The document to search for.

Return Value

Type: Boolean
True if the document is in the list, false otherwise.

Implements

ICollectionTContains(T)
See Also