Click or drag to resize

DocumentIsEncryptedInContainer Property

Specifies whether document is encrypted inside of its parent container. This property only applies to archive child documents.

Namespace: OpenDiscoverSDK.Interfaces.Platform
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.6.0 (2025.4.6)
Syntax
C#
[DataMemberAttribute]
public bool IsEncryptedInContainer { get; set; }

Property Value

Boolean
See Also