Skip to main content
A newer version of this page is available. .

FileAttachmentListViewController.FilterFileNamesByFileTypesFilter(String, String[]) Method

For internal use.

Namespace: DevExpress.ExpressApp.FileAttachments.Win

Assembly: DevExpress.ExpressApp.FileAttachment.Win.v19.1.dll

Declaration

[Browsable(false)]
public static string[] FilterFileNamesByFileTypesFilter(
    string fileTypesFilter,
    string[] fileNames
)

Parameters

Name Type
fileTypesFilter String
fileNames String[]

Returns

Type
String[]
See Also