Click or drag to resize

IdResultExtensions Property

Known identified file format extension(s). Will be empty string if no known extension or will be a semi-colon ';' delimited list if there are multiple associated extensions.

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

Property Value

String
See Also