Click or drag to resize
Galactic API

SharePointDocumentLibraryContainsDocumentWithName Method

Determines whether a document with the supplied name is already 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 ContainsDocumentWithName(
	string name
)

Parameters

name
Type: SystemString
The name of the file to search for in the library.

Return Value

Type: Boolean
See Also