Click or drag to resize
AccountStatusInfoProvider.GetAccountStatuses Method
Returns a query for all the AccountStatusInfo objects.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public static ObjectQuery<AccountStatusInfo> GetAccountStatuses()

Return Value

Type: ObjectQuery<AccountStatusInfo>
See Also