ExportFileExtensionsAttributeBase.FilesFilters Property

Definition

Optional. Gets a set of rules (glob patterns) for files. This will constitute "anonymous" content type, aka set of files only available for the given provider. Files that matches this rules (if present) will be passed to the component regardless of their calculated content type.

public:
 property System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ FilesFilters { System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyCollection<string> FilesFilters { get; }
member this.FilesFilters : System.Collections.Generic.IReadOnlyCollection<string>
Public ReadOnly Property FilesFilters As IReadOnlyCollection(Of String)

Property Value

Implements

Applies to