OpenMetaverse Protocol Library Developers API Documentation
FindFolderForType Method (type)
NamespacesOpenMetaverse InventoryManagerFindFolderForType(AssetType)
Returns the UUID of the folder (category) that defaults to containing 'type'. The folder is not necessarily only for that type
Declaration Syntax
C#
public 
UUID 
FindFolderForType(
        
AssetType 
type
)
Parameters
type ( AssetType)
Return Value
The UUID of the desired folder if found, the UUID of the RootFolder if not found, or UUID.Zero on failure
Remarks
This will return the root folder if one does not exist

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)