Click or drag to resize
TwitterAccountsObjectFromTwitterAccountName Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Returns a TwitterAccount object with the TwitterAccount Name if it exists in the collection.

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public TwitterAccount ObjectFromTwitterAccountName(
	string TwitterAccountName
)

Parameters

TwitterAccountName
Type: SystemString
The Name of the TwitterAccount.

Return Value

Type: TwitterAccount
The TwitterAccount object with the TwitterAccount Name if it exists in the collection.
Remarks