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

Finds the organiation for a particular state

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

Syntax

C#
public DataSet FindStateOrg(
	string path,
	int orgId
)
Visual Basic (Declaration)
Public Function FindStateOrg ( _
	path As String, _
	orgId As Integer _
) As DataSet
Visual C++
public:
DataSet^ FindStateOrg(
	String^ path, 
	int orgId
)

Parameters

path
Type: System..::.String
orgId
Type: System..::.Int32

Return Value

See Also