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

Validates the Service Id of the object

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

Syntax

C#
public static OCServiceReturnStatus ValidateSid(
	int inputId,
	OCService o,
	OCServiceType ost,
	int groupId
)
Visual Basic (Declaration)
Public Shared Function ValidateSid ( _
	inputId As Integer, _
	o As OCService, _
	ost As OCServiceType, _
	groupId As Integer _
) As OCServiceReturnStatus
Visual C++
public:
static OCServiceReturnStatus ValidateSid(
	int inputId, 
	OCService^ o, 
	OCServiceType ost, 
	int groupId
)

Parameters

inputId
Type: System..::.Int32
The primary id
o
Type: OfficeClip.BusinessLayer.Service..::.OCService
The object whose service id has to be validated
ost
Type: OfficeClip.Utils..::.OCServiceType
The service type for which the request is to be validated
groupId
Type: System..::.Int32
The unique id of the organization

Return Value

A negative integer corresponding to the error or a positing integer corresponding to the primary id of the object. 0 if successful

See Also