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 (8.0.2.1001)
SyntaxBlobInfo GetResourceInfo(
Guid resourceId
)
Function GetResourceInfo (
resourceId As Guid
) As BlobInfo
BlobInfo^ GetResourceInfo(
Guid resourceId
)
abstract GetResourceInfo :
resourceId : Guid -> BlobInfo
Parameters
- resourceId
- Type: SystemGuid
The ID of the resource.
Return Value
Type:
BlobInfoAn object describing the properties of the resource.
Exceptions| Exception | Condition |
|---|
| ArgumentException | resourceId is Empty. |
| InvalidOperationException | resourceId corresponds to an entry which is not a resource. |
| NotFoundException | A resource with the specified ID does not exist. |
| NoPrivilegeException | The caller does not have the Read privilege on the resource. |
| InvalidSessionException | The caller context is not associated with a valid session. |
See Also