DirectoryService.Insert Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Insert(Directory, bool)
Inserts a Directory object into the repository.
public static Directory Insert(Directory directory, bool sudo = false)
Parameters
- sudo
- bool
true
to perform action as super user, otherwise false
.