Click or drag to resize

DocumentTestedResult Property

This property is set for archive items that have been tested for actual expansion size and extraction result (see also TestedSize).

Namespace: OpenDiscoverSDK.Interfaces.Platform
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public ContentResult? TestedResult { get; set; }

Property Value

NullableContentResult
See Also