JsonExportAddAsync Method |
| Name | Description | |
|---|---|---|
| AddAsync(AccessRulebasePagingResults, Int32) |
Adds the specified access rule base and all related objects to export.
| |
| AddAsync(IObjectSummary, Int32) |
Adds the specified object to the export database if it not already included. Will also
include any related objects to this object like groups. Calling this will also
automatically cause a reload of this object if, object not already in export database and
it doesn't already contain all the data for export.
| |
| AddAsync(IEnumerableIObjectSummary, Int32) |
Adds all objects by calling AddAsync(IObjectSummary, Int32) for each object
| |
| AddAsync(String, WhereUsed, Int32) |
Adds all objects related to Where Used to export. Also exports the WhereUsed results
linked to the identifier which can be used for highlighting.
|