<Code Lib>
2021 Method
Changes 0
M

FabricationConfiguration.GetItemFolders

Description:
Gets a list of every fabrication item folder in the fabrication item folder structure.
Remarks:
To get the item folders, you may need to call ReloadConfiguration first.

public IList<FabricationItemFolder> GetItemFolders()

IList<FabricationItemFolder> Returns a list of every fabrication item folder in the fabrication item folder structure.

Loading…