Click or drag to resize

NewsCategoryCheckChainIdsString Method

Checks if the input string is compared with the Template.

Namespace:  Dynamicweb.News
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public static string CheckChainIdsString(
	string strCategories
)

Parameters

strCategories
Type: SystemString

Return Value

Type: String
If the stirng is compared with Template then returns current string. If not - returns empty string.
Remarks
Template - sequence of IDs separated by comma.
See Also