Click or drag to resize
TreeProviderFilterOutLocalizedVersions Method (DataSet, String, String)
Removes nodes of default culture that are translated to required language.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static void FilterOutLocalizedVersions(
	DataSet ds,
	string siteName,
	string preferredCulture
)

Parameters

ds
Type: System.DataDataSet
Original DataSet object containing both default and required language versions
siteName
Type: SystemString
Documents site name
preferredCulture
Type: SystemString
Required culture code
See Also