Click or drag to resize
TwitterAccountsContainsTwitterAccountName Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Returns a value that indicates if an object with the TwitterAccount Name exists in the collection.

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool ContainsTwitterAccountName(
	string TwitterAccountName
)

Parameters

TwitterAccountName
Type: SystemString
The Name of the TwitterAccount.

Return Value

Type: Boolean
True if an object with the TwitterAccount Name exists in the collection.
Remarks