Child DocumentTested Result Property
RESERVED for user. This property is reserved for archive items that have been tested for extraction and actual expanded size (see also TestedSize) by user.
This property and the related property TestedSize are not set by SDK and are reserved for user to set after testing archive items. See methods
TestItem(Int32, Int64, String) and TestSolidBlockItems(ItemTestFinishedCallback, String) for
more information on testing archives.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public ContentResult? TestedResult { get; set; }