Method | Description | |
---|---|---|
ExternalSharing ( ISPOAuthorization spoAuthorization, IOptions |
||
ShareMatter ( MatterInformationVM matterInformation ) : GenericResponseVM |
This method will store the external sharing request in a list called "MatterCenterExternalRequests" and send notification to the external user regarding the information that is getting shared
|
Method | Description | |
---|---|---|
SaveExternalSharingRequest ( |
This method will store external requests information in Azure Table Storage
|
|
SendExternalNotification ( |
This method will send notifications to external users
|
public ExternalSharing ( ISPOAuthorization spoAuthorization, IOptions |
||
spoAuthorization | ISPOAuthorization | |
listNames | IOptions |
|
generalSettings | IOptions |
|
matterSettings | IOptions |
|
logTables | IOptions |
|
userDetails | IUsersDetails | |
customLogger | ICustomLogger | |
return | Microsoft.Extensions.Options |
public ShareMatter ( MatterInformationVM matterInformation ) : GenericResponseVM | ||
matterInformation | MatterInformationVM | |
return | GenericResponseVM |