Click or drag to resize
StrandsSettingsGetValidationToken Method
Gets Strands Validation token from settings or null if not specified.

Namespace: CMS.StrandsRecommender
Assembly: CMS.StrandsRecommender (in CMS.StrandsRecommender.dll) Version: 8.2.23
Syntax
C#
public static string GetValidationToken(
	string siteName
)

Parameters

siteName
Type: SystemString
Site name where settings are checked

Return Value

Type: String
Validation token if set, null when setting is empty
Exceptions
ExceptionCondition
ArgumentNullExceptionsiteName is null
See Also