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

Changes the OfficeClip organization in the session. Succeeding calls are made to the new organization. Note that this does not change the organization in the regular OfficeClip login.

Namespace:OfficeClip.Service.Web
Assembly: �OfficeClip.Service (in OfficeClip.Service)
Version: 8.1.1.0

Syntax

C#
public bool SetOrganization(
	string sid
)
Visual Basic (Declaration)
Public Function SetOrganization ( _
	sid As String _
) As Boolean
Visual C++
public:
bool SetOrganization(
	String^ sid
)

Parameters

sid
Type: System..::.String
The serial id of the organization

Return Value

true if successful, false otherwise

See Also