Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 422 Bytes

File metadata and controls

22 lines (15 loc) · 422 Bytes

Get-ImageStoreFile

Gets the record related to the file by id.

Alias: GetFile

Parameters

Name Type Description Optional
Id Guid Record id No

From Pipeline: Id

Return

The record of the file.

Type: ImageStoreFile

Or, null, when no related record can be found.

See also