DesignerDocument.dynamicTemplate Property

SharePoint Designer Developer Reference

Returns a String that represents the path and file name of a Dynamic Web Template.

Syntax

expression.dynamicTemplate

expression   Required. A variable that represents a DesignerDocument object.

Remarks

An empty String for the dynamicTemplate property indicates that no Dynamic Web Template is attached. Setting the dynamicTemplate property to an empty string detaches an attached Dynamic Web Template from the page.

See Also