Method | Description | |
---|---|---|
deleteTmUser ( this userData, |
||
updateTmUser ( this tmUser, |
||
updateTmUser ( this tmUser, string userName, string firstname, string lastname, string title, string company, string email, string country, string state, DateTime accountExpiration, bool passwordExpired, bool userEnabled, bool accountNeverExpires, int groupId ) : bool |
public static deleteTmUser ( this userData, |
||
userData | this | |
tmUser | ||
return | bool |
public static updateTmUser ( this tmUser, |
||
tmUser | this | |
user | ||
return | bool |
public static updateTmUser ( this tmUser, string userName, string firstname, string lastname, string title, string company, string email, string country, string state, DateTime accountExpiration, bool passwordExpired, bool userEnabled, bool accountNeverExpires, int groupId ) : bool | ||
tmUser | this | |
userName | string | |
firstname | string | |
lastname | string | |
title | string | |
company | string | |
string | ||
country | string | |
state | string | |
accountExpiration | DateTime | |
passwordExpired | bool | |
userEnabled | bool | |
accountNeverExpires | bool | |
groupId | int | |
return | bool |