Property | Defined by | ||
---|---|---|---|
bookmarksRemoved : Boolean = false
If any bookmark slides for this call were removed during the
Synchronizer process this property will return true.
| DBUpdateChanges | ||
callId : int = -1
The call ID for which these results pertain to.
| DBUpdateChanges | ||
callReset : Boolean = false
If the call was reset during the Synchronizer process
this property will return true.
| DBUpdateChanges | ||
callTitle : String
This property houses the call title if the call was reset
during the Synchronizer process.
| DBUpdateChanges | ||
removedBookmarkTitles : Array
An array of slide titles that were removed from this calls bookmarks.
| DBUpdateChanges | ||
removedSlideTitles : Array
An array of slide titles that were removed from this call.
| DBUpdateChanges | ||
slidesRemoved : Boolean = false
If any slides for this call were removed during the
Synchronizer process this property will return true.
| DBUpdateChanges |
Method | Defined by | ||
---|---|---|---|
DBUpdateChanges(callId:int)
This class is a data object that is returned from the data interface
when querying for any update changes to a call due to the Synchronizer
process.
| DBUpdateChanges |
bookmarksRemoved | property |
public var bookmarksRemoved:Boolean = false
If any bookmark slides for this call were removed during the Synchronizer process this property will return true.
callId | property |
public var callId:int = -1
The call ID for which these results pertain to.
callReset | property |
public var callReset:Boolean = false
If the call was reset during the Synchronizer process this property will return true.
callTitle | property |
public var callTitle:String
This property houses the call title if the call was reset during the Synchronizer process.
removedBookmarkTitles | property |
public var removedBookmarkTitles:Array
An array of slide titles that were removed from this calls bookmarks.
removedSlideTitles | property |
public var removedSlideTitles:Array
An array of slide titles that were removed from this call.
slidesRemoved | property |
public var slidesRemoved:Boolean = false
If any slides for this call were removed during the Synchronizer process this property will return true.
DBUpdateChanges | () | constructor |
public function DBUpdateChanges(callId:int)
This class is a data object that is returned from the data interface when querying for any update changes to a call due to the Synchronizer process.
ParameterscallId:int |