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

Gets the Id of a resource if any for a particular event.

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

Syntax

C#
public int GetEventResource(
	int eventId
)
Visual Basic (Declaration)
Public Function GetEventResource ( _
	eventId As Integer _
) As Integer
Visual C++
public:
int GetEventResource(
	int eventId
)

Parameters

eventId
Type: System..::.Int32
Id of the event for which the resource is to be found.

Return Value

Id of the resource if there is any resource resereved for a particular event otherwise -1.

See Also