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

Gets the total count of the state

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

Syntax

C#
public int GetCountOfState(
	string path,
	int orgId,
	bool isAllUserScope,
	string userName,
	DateTime lastUpdatedServerDate
)
Visual Basic (Declaration)
Public Function GetCountOfState ( _
	path As String, _
	orgId As Integer, _
	isAllUserScope As Boolean, _
	userName As String, _
	lastUpdatedServerDate As DateTime _
) As Integer
Visual C++
public:
int GetCountOfState(
	String^ path, 
	int orgId, 
	bool isAllUserScope, 
	String^ userName, 
	DateTime lastUpdatedServerDate
)

Parameters

path
Type: System..::.String
orgId
Type: System..::.Int32
isAllUserScope
Type: System..::.Boolean
userName
Type: System..::.String
lastUpdatedServerDate
Type: System..::.DateTime

Return Value

See Also