update directory name and access visibility
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Microsoft.SharePoint.Client;
|
||||
|
||||
namespace console_spo_utils.Interfaces.Services;
|
||||
|
||||
internal interface IOneNoteService
|
||||
{
|
||||
public bool CreateFolderInsideProject(string projName, ClientContext ctx);
|
||||
public bool CreateFolderInsideQuotation(string quotationName, ClientContext ctx);
|
||||
public bool CreateFolderInsideNonCompliance(string quotationName, ClientContext ctx);
|
||||
public void EnableFeature(ClientContext ctx);
|
||||
}
|
||||
Reference in New Issue
Block a user