Skip to main content
.NET 6.0+

FileAttachmentListViewController.FilterFileNamesByFileTypesFilter(String, String[]) Method

For internal use.

Namespace: DevExpress.ExpressApp.FileAttachments.Win

Assembly: DevExpress.ExpressApp.FileAttachment.Win.v23.2.dll

Declaration

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

Parameters

Name Type
fileTypesFilter String
fileNames String[]

Returns

Type
String[]
See Also