IPWorks OFX 2020 Python Edition

Questions / Feedback?

aggregate Property

The full text of the current aggregate.

Syntax

def get_aggregate() -> str: ...
def set_aggregate(value: str) -> None: ...

aggregate = property(get_aggregate, set_aggregate)

Default Value

""

Remarks

aggregate contains the full text of the XML aggregate currently being represented by the class's DOM. You may set this to a value obtained from any aggregate property of any other control (such as SignOnInfoAggregate from FIProfile). Once set, you can use x_path to walk the DOM tree. x_element and x_text will retrieve the current element's name and contents, and x_children can be used to get the number of children.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks OFX 2020 Python Edition - Version 20.0 [Build 7941]