Method | Description | |
---|---|---|
GetCurrentSiteName ( |
This method will get the current SPO site title for the url that is there in the client object. This is a test method and will be removed later
|
|
GetTaxonomyHierarchyAsync ( |
This method will get the taxonomy hierarchy object for the given search criterai and return to the service
|
|
TaxonomyRepository ( ISPOAuthorization spoAuthorization, ITaxonomy taxonomy, ISite site ) : Microsoft.Legal.MatterCenter.Models |
All the required dependencies are injected into constructor
|
public GetCurrentSiteName ( |
||
client | ||
return | string |
public GetTaxonomyHierarchyAsync ( |
||
termStoreViewModel | The request object for which the taxonomy has to be retrieved | |
return | Task |
public TaxonomyRepository ( ISPOAuthorization spoAuthorization, ITaxonomy taxonomy, ISite site ) : Microsoft.Legal.MatterCenter.Models | ||
spoAuthorization | ISPOAuthorization | |
taxonomy | ITaxonomy | |
site | ISite | |
return | Microsoft.Legal.MatterCenter.Models |