[This is preliminary documentation and is subject to change.]
Gets the Id of a resource if any for a particular event.
Namespace:
OfficeClip.DBLayer.DesktopAssembly: 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.