.NET Framework Class Library

IDocumentInfo.SupportedFileExtensions Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > IDocumentInfo Interface > IDocumentInfo Properties >

.NET Framework Class Library

IDocumentInfo.SupportedFileExtensions Property

Namespace: Gnostice.Core.DOM

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

ReadOnly Property SupportedFileExtensions As List(Of String)
 Get

C#

List<stringSupportedFileExtensions { get; }

Visual C++

property List<String^>^ SupportedFileExtensions {
 List<String^>^ get ();
}

See Also

IDocumentInfo Interface

IDocumentInfo Members

Gnostice.Core.DOM Namespace