<Code Lib>
2024 Method
Changes 0
M

ExternalResourceBrowserData.AddResource(String, String)

Description:
Adds an external resource to the folder path by supplying the resource name and version.

public void AddResource(
	string resourceName,
	string version
)

  • String
    resourceName
    The unique short name of external resource.
  • String
    version
    The version of external resource.

Loading…