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 (26.2.0.1000)
Syntax
BlobInfo GetResourceInfo(
	Guid resourceId
)

Parameters

resourceId  Guid
The ID of the resource.

Return Value

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