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

Gets all the information related to a particular resource identified by the resourceId.

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

Syntax

C#
public ResourceInfo GetResourceInfo(
	int resourceId
)
Visual Basic (Declaration)
Public Function GetResourceInfo ( _
	resourceId As Integer _
) As ResourceInfo
Visual C++
public:
ResourceInfo^ GetResourceInfo(
	int resourceId
)

Parameters

resourceId
Type: System..::.Int32
Id of the resource for which all the information has to be retrieved.

Return Value

Instance of the ResourceInfo object containing all the information related to a particular resource.

See Also