| DataImageManagerGetDataImage Method  | 
 
                Returns a single DataImage by Id
            
 
    Namespace: 
   PsrApi.Managers
    Assembly:
   PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
 Syntax
Syntaxpublic Task<PsrDataImage> GetDataImage(
	Guid id
)
Parameters
- id
- Type: SystemGuid
 Id of the requested DataImage
Return Value
Type: 
TaskPsrDataImageDataImage with the given Id. Null if it doesnt exist
 See Also
See Also