Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 750 Bytes

File metadata and controls

25 lines (18 loc) · 750 Bytes

Remove-ImageStoreFolder

Removes the folder record specified from database.

Alias: RemoveFolder

Parameters

Name Type Description Optional
Folder ImageStoreFolder Folder entity to be removed No(*1)
Id Guid Id of the record to be removed No(*1)

From Pipeline: Folder, Id

*1: One and only one parameter within this group should be provided.

Return

None.

Thumbprint Cache

To remove the related cache files, call Set-ImageStoreThumbprintCacheFolder before this operating.

See also