Method | Description | |
---|---|---|
CheckUserPresentInMatterCenter ( |
This method will check whether user exists in a sharepoint site or not
|
|
GetLoggedInUserDetails ( |
|
|
GetLoggedInUserDetails ( ClientContext clientContext ) : |
|
|
GetPermissionLevelsAsync ( |
This method will get all permissions levels that are configured for a given site collection
|
|
GetRolesAsync ( |
Thios method will get all roles such as attorney journal etc which are configured in the catalog site collection
|
|
GetUserProfilePicture ( |
|
|
GetUsersAsync ( |
|
|
IsLoginUserOwner ( |
This method will check whether login user is part of owner group or not
|
|
UserRepository ( IUsersDetails userDetails, ISPList spList, IOptions |
public CheckUserPresentInMatterCenter ( |
||
client | ||
return | bool |
public GetLoggedInUserDetails ( |
||
client | ||
return |
public GetLoggedInUserDetails ( ClientContext clientContext ) : |
||
clientContext | ClientContext | |
return |
public GetPermissionLevelsAsync ( |
||
client | ||
return | Task |
public GetRolesAsync ( |
||
client | ||
return | Task |
public GetUserProfilePicture ( |
||
client | ||
return |
public GetUsersAsync ( |
||
searchRequestVM | ||
return | Task |
public IsLoginUserOwner ( |
||
client | ||
return | bool |
public UserRepository ( IUsersDetails userDetails, ISPList spList, IOptions |
||
userDetails | IUsersDetails | |
spList | ISPList | |
listNames | IOptions |
|
camlQueries | IOptions |
|
matterSettings | IOptions |
|
search | ISearch | |
return | Microsoft.Extensions.Options |