6 lines
188 B
C#
6 lines
188 B
C#
namespace ProxyInterfaceConsumerForPnP.Interfaces
|
|
{
|
|
[ProxyInterfaceGenerator.Proxy(typeof(Microsoft.SharePoint.Client.Web))]
|
|
public partial interface IWeb : ISecurableObject { }
|
|
}
|