| FormTemplateServiceGetByAreaIdAndType Method |
Namespace:
Dynamicweb.Forms
Assembly:
Dynamicweb.Forms (in Dynamicweb.Forms.dll) Version: 4.0.2
Syntax public FormTemplate GetByAreaIdAndType(
int areaId,
TemplateType type
)
Public Function GetByAreaIdAndType (
areaId As Integer,
type As TemplateType
) As FormTemplate
Parameters
- areaId
- Type: SystemInt32
- type
- Type: Dynamicweb.FormsTemplateType
Return Value
Type:
FormTemplateSee Also