Expand Minimize
This topic has not yet been rated - Rate this topic

SPSite.AllowRevertFromTemplate property

Used to assign or retrieve the Site Collection property that allows reverting from a template.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[ClientCallableAttribute]
public bool AllowRevertFromTemplate { get; set; }

Property value

Type: System.Boolean
A Boolean value depending on what the behavior should be for the current user. The default value is false if the property is not disabled on the web application.
Caution note Caution

A UnauthorizedAccessException is thrown when attempting to set the property if either the user is not a Site Collection administrator or the setting is disabled at the web application level.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.