 | 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
Syntaxpublic static string CheckChainIdsString(
string strCategories
)
Public Shared Function CheckChainIdsString (
strCategories As String
) As String
Parameters
- strCategories
- Type: SystemString
Return Value
Type:
StringIf the stirng is compared with
Template then returns current string. If not - returns
empty string.
RemarksTemplate - sequence of IDs separated by comma.
See Also