Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 710 Bytes

File metadata and controls

22 lines (16 loc) · 710 Bytes

Add-ImageStoreExtension

Creates and adds an extension to database.

Alias: AddExtension

Parameters

Name Type Description Optional
Extension string Extension name of this kind of file. Empty string is acceptable for the kind of file without extension. No
IsImage bool Whether this kind of file is image. Default value is true. Yes
Ignored bool Whether this kind of file should be ignored. Default value is false. Yes

FromPipeline: Extension

Return

The record of newly created extension.

Type: ImageStoreExtension

See also