This member of Class WaveLinkTone is supported on iOS, Windows Mobile, Windows CE, Palm, and DOS.
The ToneFileName Method returns the file name of a saved tone file.
Syntax
public String ToneFileName(int tnIndex)
Parameters
tnIndex |
The zero-based index value of the tone file for which file name is to be returned |
Returns
The name of the tone file
Remarks
For a complete listing of all tone files on a device simply loop the ToneFileName Method for the entire number of files returned by ToneFileCount Method.
The first tone file in the list is indexed as zero. For example, to return the file name for the third file, you pass a 2.
Was this article useful?
The topic was:
Inaccurate
Incomplete
Not what I expected
Other