MVTCombinationInfoProvider.GetMVTCombinationInfoInternal Method (String, String, String, String) |
Returns MVT combination with the specified parameters.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntaxprotected virtual MVTCombinationInfo GetMVTCombinationInfoInternal(
string aliasPath,
string combinationName,
string siteName,
string culture
)
Parameters
- aliasPath
- Type: System.String
Alias path - combinationName
- Type: System.String
Combination name - siteName
- Type: System.String
Site name - culture
- Type: System.String
Culture code
Return Value
Type:
MVTCombinationInfo
See Also