Note: This API is now obsolete.
Set the filename for the attached file. This is only is meaningful if the type="File"
and will cause the apply() to submit multipart/form-data to the VaultServer.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntax[ObsoleteAttribute("Obsolete since 11 SP8. The method will be removed from future releases of IOM. Please use attachPhysicalFile(filePath, vaultServerId) instead.",
true)]
public void setFileName(
string filePath
)
<ObsoleteAttribute("Obsolete since 11 SP8. The method will be removed from future releases of IOM. Please use attachPhysicalFile(filePath, vaultServerId) instead.",
true)>
Public Sub setFileName (
filePath As String
)
/** @attribute ObsoleteAttribute("Obsolete since 11 SP8. The method will be removed from future releases of IOM. Please use attachPhysicalFile(filePath, vaultServerId) instead.",
true) */
public void setFileName(
String filePath
)
public function setFileName(
filePath : String
)
Parameters
- filePath
- Type: SystemString
See Also