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

Finds if the folder exists

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

Syntax

C#
public bool IsExists(
	string folderId
)
Visual Basic (Declaration)
Public Function IsExists ( _
	folderId As String _
) As Boolean
Visual C++
public:
bool IsExists(
	String^ folderId
)

Parameters

folderId
Type: System..::.String
The unique id of the folder

Return Value

True if the folder exists, false otherwise

See Also