DocumentTypeConfiguration.FileExtensions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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