Click or drag to resize
AccountInfoProviderGetAccountInfoInternal Method (String, String)
Returns account with specified name.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual AccountInfo GetAccountInfoInternal(
	string accountName,
	string siteName
)

Parameters

accountName
Type: SystemString
Account name
siteName
Type: SystemString
Site name

Return Value

Type: AccountInfo
See Also