[This is preliminary documentation and is subject to change.]

Checks if a particular document is present.

Namespace:  OfficeClip.DBLayer.Desktop
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public bool IsDocumentPresent(
	int folderId,
	string documentName
)
Visual Basic (Declaration)
Public Function IsDocumentPresent ( _
	folderId As Integer, _
	documentName As String _
) As Boolean
Visual C++
public:
bool IsDocumentPresent(
	int folderId, 
	String^ documentName
)

Parameters

folderId
Type: System..::.Int32
The id of the folder (or album id in case of photo).
documentName
Type: System..::.String
The name of the document.

Return Value

True if present, False if not.

See Also