Click or drag to resize

FileInformation Constructor

Creates a fileinfomation structure from a filename and a cachemode.

Namespace:  VoiceElements.Interface
Assembly:  VoiceElementsInterface (in VoiceElementsInterface.dll) Version: 8.6.1.1
Syntax
public FileInformation(
	string filename,
	CacheMode cachemode
)

Parameters

filename
Type: SystemString

[Missing <param name="filename"/> documentation for "M:VoiceElements.Interface.FileInformation.#ctor(System.String,VoiceElements.Interface.CacheMode)"]

cachemode
Type: VoiceElements.InterfaceCacheMode

[Missing <param name="cachemode"/> documentation for "M:VoiceElements.Interface.FileInformation.#ctor(System.String,VoiceElements.Interface.CacheMode)"]

See Also