프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
CheckUserFullPermission ( ClientContext clientContext, |
Function to check user full permission on document library
|
|
CheckUserPresentInMatterCenter ( ClientContext clientContext, string email ) : bool |
This method will check whether user exists in a sharepoint site or not
|
|
CheckUserPresentInMatterCenter ( string clientUrl, string email ) : bool |
This method will check whether user exists in a sharepoint site or not
|
|
GetLoggedInUserDetails ( |
Over loaded method
|
|
GetLoggedInUserDetails ( ClientContext clientContext ) : |
This method will return the user object who has currently logged into the system
|
|
GetUserPrincipal ( |
Get the principal associated to the user
|
|
GetUserProfilePicture ( |
This method will get user profile picture of the login user
|
|
IsLoginUserOwner ( |
This method will check if the current login user is part of site owners group or not
|
|
ResolveUserNames ( |
Bulk resolves the specified users.
|
|
ResolveUserNames ( ClientContext clientContext, IList |
Gets the user access.
|
|
UsersDetails ( IOptions |
Constructir where all the dependencies are injected
|
public CheckUserFullPermission ( ClientContext clientContext, |
||
clientContext | ClientContext | |
matter | ||
리턴 | bool |
public CheckUserPresentInMatterCenter ( ClientContext clientContext, string email ) : bool | ||
clientContext | ClientContext | |
string | ||
리턴 | bool |
public CheckUserPresentInMatterCenter ( string clientUrl, string email ) : bool | ||
clientUrl | string | |
string | ||
리턴 | bool |
public GetLoggedInUserDetails ( |
||
client | ||
리턴 |
public GetLoggedInUserDetails ( ClientContext clientContext ) : |
||
clientContext | ClientContext | |
리턴 |
public GetUserPrincipal ( |
||
client | ||
matter | Matter Information | |
userIds | IList |
The userids for which we need to return the principals |
리턴 | Principal>>.List |
public GetUserProfilePicture ( |
||
client | ||
리턴 | Task |
public IsLoginUserOwner ( |
||
client | ||
리턴 | bool |
public ResolveUserNames ( |
||
client | ||
userNames | IList |
Name of the users to be resolved |
리턴 | IList |
public ResolveUserNames ( ClientContext clientContext, IList |
||
clientContext | ClientContext | |
userNames | IList |
|
리턴 | IList |
public UsersDetails ( IOptions |
||
matterSettings | IOptions |
|
listNames | IOptions |
|
spoAuthorization | ISPOAuthorization | |
customLogger | ICustomLogger | |
logTables | IOptions |
|
httpContextAccessor | IHttpContextAccessor | |
generalSettings | IOptions |
|
리턴 | Microsoft.SharePoint.Client |