9 lines
252 B
C#
9 lines
252 B
C#
namespace ProxyInterfaceConsumerForPnP.Interfaces
|
|
{
|
|
[Speckle.ProxyGenerator.Proxy(typeof(Microsoft.SharePoint.Client.SecurableObject))]
|
|
public partial interface ISecurableObject : IClientObject
|
|
{
|
|
// public virtual void X();
|
|
}
|
|
}
|