UnsetTrovoUserById
C# Methods Reference
Signature
public void UnsetTrovoUserById(string userId, bool persisted = true)
Parameters
userId
string required
persisted
bool
Return Type
void
Example
CPH.UnsetTrovoUserById(userId);
CPH.UnsetTrovoUserById(userId, persisted);