InnovatorgetFileUrls Method (ArrayList, UrlType) |
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.20.39432
Syntaxpublic ArrayList getFileUrls(
ArrayList fileIds,
UrlType type
)
Public Function getFileUrls (
fileIds As ArrayList,
type As UrlType
) As ArrayList
public ArrayList getFileUrls(
ArrayList fileIds,
UrlType type
)
public function getFileUrls(
fileIds : ArrayList,
type : UrlType
) : ArrayList
Parameters
- fileIds
- Type: System.CollectionsArrayList
- type
- Type: Aras.IOMUrlType
Return Value
Type:
ArrayList
See Also