| 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
)
Public Function ContainsDocumentWithName (
name As String
) As Boolean
public:
bool ContainsDocumentWithName(
String^ name
)
member ContainsDocumentWithName :
name : string -> bool
Parameters
- name
- Type: SystemString
The name of the file to search for in the library.
Return Value
Type:
BooleanSee Also