LocalFile Property
The path to the file that will be sent.
Object Oriented Interface
public function getLocalFile(); public function setLocalFile($value);
Procedural Interface
ipworks_xmpp_get($res, 19 ); ipworks_xmpp_set($res, 19, $value );
Default Value
''
Remarks
This property specifies the local file that will be sent when calling SendFile. This property must be set before calling SendFile.
Data Type
String