DocumentSharingLocation.SupportedFileExtensions 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 the list of file extensions that determines which file types may be stored at the document sharing location. The SupportedFileExtensions property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public:
property System::Collections::Generic::IEnumerable<System::String ^> ^ SupportedFileExtensions { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> SupportedFileExtensions { get; }
Public ReadOnly Property SupportedFileExtensions As IEnumerable(Of String)
Property Value
The list of supported file extensions.
Remarks
Example of the list of supported document types: "docx pptx xlsx".