InnovatorgetFileUrl Method (String, UrlType) |
Returns file full file url. In some cases with AuthenticationBroker's token.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic string getFileUrl(
string fileId,
UrlType type
)
Public Function getFileUrl (
fileId As String,
type As UrlType
) As String
public String getFileUrl(
String fileId,
UrlType type
)
public function getFileUrl(
fileId : String,
type : UrlType
) : String
Parameters
- fileId
- Type: SystemString
- type
- Type: Aras.IOMUrlType
Return Value
Type:
String
See Also