| CommonMethodsIsTemplateExists Method (String) |
Determines whether [is template exists] [the specified template identifier].
Namespace:
Dynamicweb.News.Common
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public static bool IsTemplateExists(
string templateID
)
Public Shared Function IsTemplateExists (
templateID As String
) As Boolean
Parameters
- templateID
- Type: SystemString
The template identifier.
Return Value
Type:
BooleanSee Also