<Code Lib>
2027 Method
Changes 0
M

ExternalResourceServiceUtils.GetServersByType

Description:
Gets registered external resource servers which support the external resource type.

public static IList<IExternalResourceServer> GetServersByType(
	ExternalResourceType type
)

Return Value IList<IExternalResourceServer> A list of matched external resource servers

Loading…