Click or drag to resize

FileHandlerExtensionResolveIdentifiedLocalFile Method

Get local path of file identified with IdentifyLocalFile(String, Array).

Namespace: CTExtensions.Interfaces
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public virtual string ResolveIdentifiedLocalFile(
	Array id
)

Parameters

id  Array
 

Return Value

String
Null if not identified, local path for file otherwise. Not a guarantee that local file exists.
Revision History
DateVersionDescription
-2021 SP1First Release
See Also