
Public Member Functions | |
| LastSyncInfo () | |
| Constructor. | |
Static Public Member Functions | |
| static LastSyncInfo | GetLastSyncInfo () |
| Get Last Sync Info. | |
Public Attributes | |
| string | StartTime |
| Date and Time when the last sync cycle started RFC 822 format. | |
| string | EndTime |
| Date and Time when the last sync cycle finished RFC 822 format. | |
| int | MembersProcessed |
| The number of members processed during the cycle. | |
| int | MembersAdded |
| Number of members added to the domain during the cycle. | |
| int | MembersUpdated |
| Number of members changed or updated because of meta-data changing ex. First Name. | |
| int | MembersDeleted |
| Number of members deleted from the domain during the cycle. | |
| int | MembersDisabled |
| Number of members disabled in the domain during the cycle. | |
| int | ReportedErrors |
| Number of reported errors during the cycle. | |
| string[] | Messages |
| Messages reported during the cycle. | |
| iFolder::WebService::LastSyncInfo::LastSyncInfo | ( | ) | [inline] |
Constructor.
| static LastSyncInfo iFolder::WebService::LastSyncInfo::GetLastSyncInfo | ( | ) | [inline, static] |
Get Last Sync Info.
Date and Time when the last sync cycle started RFC 822 format.
Date and Time when the last sync cycle finished RFC 822 format.
The number of members processed during the cycle.
Number of members added to the domain during the cycle.
Number of members changed or updated because of meta-data changing ex. First Name.
Number of members deleted from the domain during the cycle.
Number of members disabled in the domain during the cycle.
Number of reported errors during the cycle.
Messages reported during the cycle.
1.5.6