Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 960 Bytes

File metadata and controls

24 lines (18 loc) · 960 Bytes

Add-ImageStoreFile

Creates and adds a file record to database.

Alias: AddFile

Parameters

Name Type Description Optional
Folder ImageStoreFolder Folder which contains this file No
Path string Path to the directory which contains this file, relevant to the root directory of the folder. Set to empty string when the file is located in the root directory of the folder. File name should not be included. No
FileName string File name without extension. Set to empty string when the file doesn't have a name. No
Extension ImageStoreExtension Extension of the file No
OverrideSealedFolder switch Overrides the IsSealed mark of the folder. -

From Pipeline: FileName

Return

The record of newly created file.

Type: ImageStoreFile

See also