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: 11.0.0.6296

Syntax

C#
[ObsoleteAttribute("The method will be removed from future releases of IOM. Please use attachPhysicalFile(filePath, vaultServerId) instead.", 
	false)]
public void setFileName(
	string filePath
)
Visual Basic (Declaration)
<ObsoleteAttribute("The method will be removed from future releases of IOM. Please use attachPhysicalFile(filePath, vaultServerId) instead.",  _
	False)> _
Public Sub setFileName ( _
	filePath As String _
)
J#
/** @attribute ObsoleteAttribute("The method will be removed from future releases of IOM. Please use attachPhysicalFile(filePath, vaultServerId) instead.", false) */
public void setFileName(
	String filePath
)
JScript
public function setFileName(
	filePath : String
)

Parameters

filePath
Type: System..::.String

See Also