-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Hello,
I'm trying to integrate your DLL to my powershell code, I made the connection and I can create a use, but I need to define the SMB remote Folder Path (without auth), which is "remoteFolder:path=".
I saw the overloaded method in your DLL for the part
public uint AddUser(string name, string userCode, string displayName, string emailAddress = null, Action<AddressBookEntry> options = null)
{
}
But I don't find how to add option args for the last arg in the fonction :
Action<AddressBookEntry> options = null
Could help me with ?
Thks in advance for your support
And thanks for this great job #
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels