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 (25.3.0.1000)
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
See Also