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

Checks if there is enough disk space

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

Syntax

C#
public bool HasEnoughDiskSpace(
	int userId,
	double size
)
Visual Basic (Declaration)
Public Function HasEnoughDiskSpace ( _
	userId As Integer, _
	size As Double _
) As Boolean
Visual C++
public:
bool HasEnoughDiskSpace(
	int userId, 
	double size
)

Parameters

userId
Type: System..::.Int32
size
Type: System..::.Double

Return Value

See Also