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

Gets the type of the application

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static OCServiceType GetApplicationType(
	string sid
)
Visual Basic (Declaration)
Public Shared Function GetApplicationType ( _
	sid As String _
) As OCServiceType
Visual C++
public:
static OCServiceType GetApplicationType(
	String^ sid
)

Parameters

sid
Type: System..::.String
The unique service identifier

Return Value

The OfficeClip service type

See Also