IResourceFileServiceGetResourceInfo Method

Gets information about the resource with the specified ID.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
BlobInfo GetResourceInfo(
	Guid resourceId
)

Parameters

resourceId
Type: SystemGuid
The ID of the resource.

Return Value

Type: BlobInfo
An object describing the properties of the resource.
Exceptions
ExceptionCondition
ArgumentExceptionresourceId is Empty.
InvalidOperationExceptionresourceId corresponds to an entry which is not a resource.
NotFoundExceptionA resource with the specified ID does not exist.
NoPrivilegeExceptionThe caller does not have the Read privilege on the resource.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also