Params for the getFileUrl() method on Innovator and ServerConnection.

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

Syntax

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

Members

Member nameDescription
None
The method returns url without a token.
SecurityToken
The method forms special url with a token.

See Also