CollectionType
The kind of collection.
Attributes
| Attribute | Type | Description |
|---|---|---|
| MANUAL | string = manual | Represents a collection where items are added and removed individually by the user. |
| SMART | string = smart | Represents a collection that automatically includes items based on predefined filtering criteria. |
Methods
MANUAL()
def MANUAL()
Represents a collection where items are added and removed manually by the user.
SMART()
def SMART()
Represents a dynamic collection that automatically includes items based on predefined filtering rules or criteria.