<Code Lib>
2023 Method
Changes 0
M

ExternalResourceBrowserData.AddSubFolder(String, String)

Description:
Adds a subfolder to the folder path with the given name and icon type.
Overloads (2):
AddSubFolder(String,String)

public void AddSubFolder(
	string folderName,
	string iconPath
)

  • String
    folderName
    The name of the folder.
  • String
    iconPath
    Icon path.

Loading…