SP.Site.allowMasterPageEditing Property

Applies to: SharePoint Foundation 2010

In this article
Property Value
Applies To
Remarks

Gets or sets a value that specifies whether master page editing is allowed on this site collection.

var value = SP.Site.get_allowMasterPageEditing(); 
SP.Site.set_allowMasterPageEditing(value);

Property Value

Type: Boolean

Specifies whether master page editing is allowed on this site collection. If true, master page editing is allowed on this site collection; otherwise, master page editing is not allowed on this site collection.

Applies To

SP.Site Class

Exceptions

  • UnauthorizedAccessException
    The current user has insufficient permissions. Either the user is not a site collection administrator, or the setting is disabled at the Web application level. Error code: -2147024891.

Remarks

See Web.AllowMasterPageEditingForCurrentUser, which is the method for determining the behavior for the current user. The default, if not disabled on the Web application, is false.

See Also

Reference

SP.Site Methods

SP.Site Properties

SP Namespace