CreateDynamicTemplateState Method

Microsoft FrontPage Visual Basic

CreateDynamicTemplateState Method

Returns a DynamicTemplateState object that represents a set of region mappings to use when applying or updating a Dynamic Web Template.

expression.CreateDynamicTemplateState

expression    Required. An expression that returns an Application object.

Example

The following example creates a reference to a Dynamic Web Template.

    Dim objState As DynamicTemplateState

Set objState = Application.CreateDynamicTemplateState