Click or drag to resize
MVTCombinationInfoProviderGetMVTCombinationInfoInternal Method (String, String, String, String)
Returns MVT combination with the specified parameters.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 10.0.0
Syntax
C#
protected virtual MVTCombinationInfo GetMVTCombinationInfoInternal(
	string aliasPath,
	string combinationName,
	string siteName,
	string culture
)

Parameters

aliasPath
Type: SystemString
Alias path
combinationName
Type: SystemString
Combination name
siteName
Type: SystemString
Site name
culture
Type: SystemString
Culture code

Return Value

Type: MVTCombinationInfo
See Also