Files
console_spo_utils/console_spo_utils/Interfaces/Services/INonComplianceDocLibraryService.cs
T
2022-09-28 17:34:55 +02:00

8 lines
200 B
C#

using Microsoft.SharePoint.Client;
namespace console_spo_utils.Interfaces.Services;
public interface INonComplianceDocLibraryService
{
public void Create(string libName, ClientContext ctx);
}