Click or drag to resize
TwitterAccounts Methods DataPA OpenAnalytics
DataPA OpenAnalytics API Reference

The TwitterAccounts type exposes the following members.

Methods
  Name Description
Public method Add
Adds a TwitterAccount to this collection.
Public method Contains
Returns a value that indicates if an object with the ID exists in the collection.
Public method ContainsTwitterAccountName
Returns a value that indicates if an object with the TwitterAccount Name exists in the collection.
Public method GetEnumerator
Implements System.Collections.IEnumerable.GetEnumerator.
Public method GetObjectData
Public method MoveNext
Implements System.Collections.IEnumerator.MoveNext.
Public method ObjectFromTwitterAccountName
Returns a TwitterAccount object with the TwitterAccount Name if it exists in the collection.
Public method ReBuild
Rebuilds the collection using the order specified in the IDs array.
Public method Remove(Int32)
Removes a TwitterAccount from this collection.
Public method Remove(String)
Removes a TwitterAccount from this collection.
Public method Reset
Implements System.Collections.IEnumerator.Reset.
Top
See Also