| 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
)
Public Function Contains (
document As SharePointDocument
) As Boolean
public:
virtual bool Contains(
SharePointDocument^ document
) sealed
abstract Contains :
document : SharePointDocument -> bool
override Contains :
document : SharePointDocument -> bool
Parameters
- document
- Type: Galactic.SharePointSharePointDocument
The document to search for.
Return Value
Type:
BooleanTrue if the document is in the list, false otherwise.
Implements
ICollectionTContains(T)See Also