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

The public constructor

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

Syntax

C#
public DocumentStorageInfo(
	int id,
	DocumentStorageType docStorageType,
	double documentSpace,
	string name
)
Visual Basic (Declaration)
Public Sub New ( _
	id As Integer, _
	docStorageType As DocumentStorageType, _
	documentSpace As Double, _
	name As String _
)
Visual C++
public:
DocumentStorageInfo(
	int id, 
	DocumentStorageType docStorageType, 
	double documentSpace, 
	String^ name
)

Parameters

id
Type: System..::.Int32
The unique id of the document storage
docStorageType
Type: OfficeClip.Utils..::.DocumentStorageType
The type of the document storage
documentSpace
Type: System..::.Double
The document space
name
Type: System..::.String
The document name

See Also