메소드 | 설명 | |
---|---|---|
ConfigRepository ( ISPOAuthorization spoAuthorization, IOptions |
ConfigRepository with all the required dependency injections inserted
|
|
GetConfigEntities ( string filter ) : List |
Get all the current configs from the Config Storage table
|
|
GetConfigurationsAsync ( String filter ) : Task
|
|
|
GetEncryptedPassword ( string plainTextPassword ) : |
This method will return the secure password for authentication to SharePoint Online
|
|
InsertUpdateConfigurationsAsync ( String configs ) : Task |
|
|
UpdateEntityProperty ( string configs ) : bool |
Update or Insert Configuration values
|
|
UploadConfigFileToSPO ( string filePath, string clientUrl ) : void |
This method will upload uiconfigforspo.js into sharepoint catalog site collection
|
메소드 | 설명 | |
---|---|---|
CreateEntity ( string>.KeyValuePair |
||
GetTable ( ) : Microsoft.WindowsAzure.Storage.Table.CloudTable |
public ConfigRepository ( ISPOAuthorization spoAuthorization, IOptions |
||
spoAuthorization | ISPOAuthorization | |
generalSettings | IOptions |
|
configSettings | IOptions |
|
리턴 | Microsoft.Extensions.Options |
public GetConfigurationsAsync ( String filter ) : Task
|
||
filter | String | |
리턴 | Task
|
public static GetEncryptedPassword ( string plainTextPassword ) : |
||
plainTextPassword | string | |
리턴 |
public InsertUpdateConfigurationsAsync ( String configs ) : Task |
||
configs | String | |
리턴 | Task |
public UpdateEntityProperty ( string configs ) : bool | ||
configs | string | |
리턴 | bool |
public UploadConfigFileToSPO ( string filePath, string clientUrl ) : void | ||
filePath | string | |
clientUrl | string | |
리턴 | void |