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

Syntax

C#
public ArrayList getFileUrls(
	ArrayList fileIds,
	UrlType type
)
Visual Basic (Declaration)
Public Function getFileUrls ( _
	fileIds As ArrayList, _
	type As UrlType _
) As ArrayList
J#
public ArrayList getFileUrls(
	ArrayList fileIds,
	UrlType type
)
JScript
public function getFileUrls(
	fileIds : ArrayList, 
	type : UrlType
) : ArrayList

Parameters

fileIds
Type: System.Collections..::.ArrayList
type
Type: Aras.IOM..::.UrlType

Return Value

See Also