Condividi tramite


DocumentTypeConfiguration.FileExtensions Property

Definition

Gets or sets file name extensions associated with the document type. File extensions must start with a '.' character.

[System.Runtime.Serialization.DataMember(Name="extensions")]
public string[] FileExtensions { get; set; }
[<System.Runtime.Serialization.DataMember(Name="extensions")>]
member this.FileExtensions : string[] with get, set
Public Property FileExtensions As String()

Property Value

String[]
Attributes

Applies to