Share via


DynamicTemplateState.SkipOnQuery Property

SharePoint Designer Developer Reference

Returns a Boolean that specifies how to handle files that contain regions that have not been specified by using the SetBodyMapping or SetHeadMapping methods and do not have an equivalently named region in the new template. .

Syntax

expression.SkipOnQuery

expression   Required. A variable that represents a DynamicTemplateState object.

Remarks

If this property returns True, Microsoft Office SharePoint Designer skips the file. False terminates the process and returns an error. The default value is False. In this case, the default behavior is for Office SharePoint Designer to display a dialog box asking the user for input.

See Also