[This is preliminary documentation and is subject to change.]
Gets the serial number of the OfficeClip object
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
C# |
---|
public static string GetSerial( OCServiceType ost, int primaryId, int secondaryId ) |
Visual Basic (Declaration) |
---|
Public Shared Function GetSerial ( _ ost As OCServiceType, _ primaryId As Integer, _ secondaryId As Integer _ ) As String |
Visual C++ |
---|
public: static String^ GetSerial( OCServiceType ost, int primaryId, int secondaryId ) |
Parameters
- ost
- Type: OfficeClip.Utils..::.OCServiceType
The OfficeClip Service Type
- primaryId
- Type: System..::.Int32
The primary id of the object
- secondaryId
- Type: System..::.Int32
The secondary id of the object