Click or drag to resize

ItemgetFileName Method

Note: This API is now obsolete.

Returns the filename for the attached file. This is only is meaningful if the type="File", otherwise throws an exception.

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 getProperty("filename", ..., ...) instead.", 
	true)]
public string getFileName()

Return Value

Type: String
Name of the physical file attached to the Item of type "File".
See Also