ArchiveContentRoot Property |
Archive internal directory (folders) structure.
Namespace: OpenDiscoverSDK.Interfaces.ContentAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[DataMemberAttribute]
public ContainerFolder Root { get; set; }Property Value
ContainerFolder
Remarks
The root
ContainerFolder is the root directory folder which all sub-directory folders are listed (if they exist in archive).
See Also