Returns file full file url. In some cases with AuthenticationBroker's token.

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

Syntax

C#
public override string getFileUrl(
	string fileId,
	UrlType type
)
Visual Basic (Declaration)
Public Overrides Function getFileUrl ( _
	fileId As String, _
	type As UrlType _
) As String
J#
public String getFileUrl(
	String fileId,
	UrlType type
)
JScript
public override function getFileUrl(
	fileId : String, 
	type : UrlType
) : String

Parameters

fileId
Type: System..::.String
type
Type: Aras.IOM..::.UrlType

Return Value

See Also