DesignerDocument.parseCodeChanges Method

SharePoint Designer Developer Reference

Updates the page when it is displayed in Code view.

Syntax

expression.parseCodeChanges

expression   Required. A variable that represents a DesignerDocument object.

Remarks

The parseCodeChanges method allows you to reparse the page without having to change the view and in most cases eliminates the "Permission Denied" error.

See Also