|
TelephonyServerIsFileCached Method |
Checks to see if the specified file is cached on the server.
Namespace:
VoiceElements.Client
Assembly:
VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax public bool IsFileCached(
string path
)
Public Function IsFileCached (
path As String
) As Boolean
public:
bool IsFileCached(
String^ path
)
member IsFileCached :
path : string -> bool
Parameters
- path
- Type: SystemString
[Missing <param name="path"/> documentation for "M:VoiceElements.Client.TelephonyServer.IsFileCached(System.String)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VoiceElements.Client.TelephonyServer.IsFileCached(System.String)"]
See Also