ISites¶
- class ISites¶
Bases:
ImpactCOMWrapperBase,Iterable- Description:
A collection of ISite objects.
Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance
- property count¶
Gets Count.
- Description:
The number of items in this collection.
- Returns:
The value of Count.
- Return type:
count (int)
- by_key(key)¶
- Description:
Retrieves a site by its key
- Parameters:
key (int) – Site key
- item(index)¶
- Description:
Gets an ISite object with a specified name or index.
- Parameters:
index (any) – Specifies the name or index of the ISite object to get.
- refresh()¶
- Description:
Refreshes the sites information from the database.