Click or drag to resize

ItemsetFileName Method

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.20.39432
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
)

Parameters

filePath
Type: SystemString
See Also