Click or drag to resize
StrandsSettingsGetDocumentTypes Method
Gets document types that will be rendered into Strands XML feed.

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

Parameters

siteName
Type: SystemString
Site name where settings are checked

Return Value

Type: String
Document types array if set, empty array when setting is empty
Exceptions
ExceptionCondition
ArgumentNullExceptionsiteName is null
See Also