IRequestResources Interface

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Specifies an interface that checks user permissions during operations that may potentially alter content on the Web site.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Interface IRequestResources

Dim instance As IRequestResources
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public interface IRequestResources

Remarks

Examples of these operations include managing file versions in source control, altering navigation structure, modifying page layouts, and deleting objects from the site.

See Also

Reference

IRequestResources Members

Microsoft.SharePoint Namespace