IResourceFileServiceGetResourceInfo Method |
Gets information about the resource with the specified ID.
Namespace: Dundas.BI.FileSystemAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxBlobInfo GetResourceInfo(
Guid resourceId
)
Function GetResourceInfo (
resourceId As Guid
) As BlobInfo
BlobInfo^ GetResourceInfo(
Guid resourceId
)
abstract GetResourceInfo :
resourceId : Guid -> BlobInfo Parameters
- resourceId Guid
- The ID of the resource.
Return Value
BlobInfoAn object describing the properties of the resource.
Exceptions
See Also