Returns file full file url. In some cases with AuthenticationBroker's token.
Namespace:
Aras.IOMAssembly: IOM (in IOM.dll) Version: 11.0.0.6296
Syntax
C# |
---|
public string getFileUrl( string fileId, UrlType type ) |
Visual Basic (Declaration) |
---|
Public Function getFileUrl ( _ fileId As String, _ type As UrlType _ ) As String |
J# |
---|
public String getFileUrl( String fileId, UrlType type ) |
JScript |
---|
public function getFileUrl( fileId : String, type : UrlType ) : String |