This is an flags enumeration for fetchFileProperty method.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
public enum FetchFileMode
Visual Basic (Declaration)
Public Enumeration FetchFileMode
J#
public enum FetchFileMode
JScript
public enum FetchFileMode

Members

Member nameDescription
Normal
Normal: 0 (default) - in this mode method performs file downloading to targetPath. Location of downloaded file is set to item property "checkedout_path".
Dry
Dry: 1 - in this mode method perform "dry" run without downloading physical file, but item property "checkedout_path" is calculated based on targetPath and filename of the File. This mode will be used in case it will be required to get real file path to which file is downloaded in order to test if such file already exists on file system, which gives opportunity to change targetPath for real file downloading, which by default overwrites existing files.

See Also