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

Reset the organiation state

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

Syntax

C#
public int ResetOrgState(
	int orgId,
	int pathId
)
Visual Basic (Declaration)
Public Function ResetOrgState ( _
	orgId As Integer, _
	pathId As Integer _
) As Integer
Visual C++
public:
int ResetOrgState(
	int orgId, 
	int pathId
)

Parameters

orgId
Type: System..::.Int32
pathId
Type: System..::.Int32

Return Value

See Also