ArchiveImporter
public sealed class ArchiveImporter : AssetImporterNo description is available for this type.
Methods
Section titled “Methods”
Run(FolderSpec)
Section titled “Run(FolderSpec)”public Task Run(FolderSpec spec)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
spec |
AssetInventory.FolderSpec |
Returns
System.Threading.Tasks.Task — No return description is available.
IndexDetails(Asset)
Section titled “IndexDetails(Asset)”public Task IndexDetails(Asset asset)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
asset |
AssetInventory.Asset |
Returns
System.Threading.Tasks.Task — No return description is available.
ProcessSubArchives(Asset, List)
Section titled “ProcessSubArchives(Asset, List)”public Task ProcessSubArchives(Asset asset, List<AssetFile> subArchives)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
asset |
AssetInventory.Asset | |
subArchives |
System.Collections.Generic.List{AssetInventory.AssetFile} |
Returns
System.Threading.Tasks.Task — No return description is available.