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

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

Parameters

accountGuid
Type: SystemGuid
Account GUID
siteName
Type: SystemString
Site name

Return Value

Type: AccountInfo
See Also