Skip to main content

CollectionType

The kind of collection.

Attributes

AttributeTypeDescription
MANUALstring = manualRepresents a collection where items are added and removed individually by the user.
SMARTstring = smartRepresents 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.