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

Constructor

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

Syntax

C#
public SubscriptionDB(
	bool isSync
)
Visual Basic (Declaration)
Public Sub New ( _
	isSync As Boolean _
)
Visual C++
public:
SubscriptionDB(
	bool isSync
)

Parameters

isSync
Type: System..::.Boolean

See Also