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.9.36244
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()
<ObsoleteAttribute("Obsolete since 11 SP8. The method will be removed from future releases of IOM. Please use getProperty("filename", ..., ...) instead.",
true)>
Public Function getFileName As String
/** @attribute ObsoleteAttribute("Obsolete since 11 SP8. The method will be removed from future releases of IOM. Please use getProperty("filename", ..., ...) instead.",
true) */
public String getFileName()
public function getFileName() : String
Return Value
Type:
StringName of the physical file attached to the Item of type "File".
See Also