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

Syntax

C#
[ObsoleteAttribute("The method will be removed from future releases of IOM.", 
	false)]
public string getFileName()
Visual Basic (Declaration)
<ObsoleteAttribute("The method will be removed from future releases of IOM.",  _
	False)> _
Public Function getFileName As String
J#
/** @attribute ObsoleteAttribute("The method will be removed from future releases of IOM.", false) */
public String getFileName()
JScript
public function getFileName() : String

Return Value

Name of the physical file attached to the Item of type "File".

See Also