Share via


WebFile.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 WebFile object.

Remarks

An empty String indicates that no Dynamic Web Template is attached. If an error occurs, the update process will terminate unless the SkipOnQuery property is set to True.

See Also