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

Extracts the secondary id from the service id, the return value is -1 if this value does not exist or it could not be extracted.

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

Syntax

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

Parameters

sid
Type: System..::.String

See Also