Click or drag to resize

ProfileRetrieveFileNames(String) Method

Retrieves the names of the files which are stored on the device.

Namespace: Zebra.Sdk.Device
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public string[] RetrieveFileNames(
	string[] extensions
)

Parameters

extensions  String
The extensions to filter on.

Return Value

String
List of file names.

Implements

FileUtilRetrieveFileNames(String)
Remarks
This method only returns files which have one of the extensions in extensions.
See Also