HyperX.Scripting.Python.Api
The HyperX Scripting Library for Python
Loading...
Searching...
No Matches
hyperx.api.Folder Class Reference
Inheritance diagram for hyperx.api.Folder:
hyperx.api.IdNameEntity hyperx.api.IdEntity

Public Member Functions

 __init__ (self, _api.Folder folder)
None AddItem (self, IdNameEntity item)
None AddItems (self, tuple[IdNameEntity] items)
None RemoveItem (self, IdNameEntity item)
None RemoveItems (self, tuple[IdNameEntity] items)
Public Member Functions inherited from hyperx.api.IdNameEntity
 __init__ (self, _api.IdNameEntity idNameEntity)
Public Member Functions inherited from hyperx.api.IdEntity
 __init__ (self, _api.IdEntity idEntity)

Properties

 ChildFolders = property
 Items = property
 ParentFolder = property
Properties inherited from hyperx.api.IdNameEntity
 Name = property
Properties inherited from hyperx.api.IdEntity
 Id = property

Additional Inherited Members

Protected Attributes inherited from hyperx.api.IdEntity
 _Entity = idEntity

Constructor & Destructor Documentation

◆ __init__()

hyperx.api.Folder.__init__ ( self,
_api.Folder folder )

Member Function Documentation

◆ AddItem()

None hyperx.api.Folder.AddItem ( self,
IdNameEntity item )

◆ AddItems()

None hyperx.api.Folder.AddItems ( self,
tuple[IdNameEntity] items )

◆ RemoveItem()

None hyperx.api.Folder.RemoveItem ( self,
IdNameEntity item )

◆ RemoveItems()

None hyperx.api.Folder.RemoveItems ( self,
tuple[IdNameEntity] items )

Property Documentation

◆ ChildFolders

hyperx.api.Folder.ChildFolders = property
static

◆ Items

hyperx.api.Folder.Items = property
static

◆ ParentFolder

hyperx.api.Folder.ParentFolder = property
static

The documentation for this class was generated from the following file:
  • C:/Dev/HyperX/HyperX/HyperX.Scripting.Wrapper/hyperx/api/__init__.py