Method | Description | |
---|---|---|
FetchContextualHelpContentUtility ( ClientContext clientContext, ListItemCollection contextualHelpSectionListItems ) : List |
Fetches contextual help content from SPList.
|
|
GetConfigurations ( string siteCollectionUrl, string listName ) : |
||
GetDocuments ( |
Gets the matters based on search criteria.
|
|
GetMatterHelp ( |
|
|
GetMatters ( |
Gets the matters based on search criteria.
|
|
GetPinnedData ( |
|
|
GetWebRoleDefinitions ( |
||
IsFileExists ( ClientContext clientContext, string pageUrl ) : bool |
Checks the file at the specified location and return the file existence status.
|
|
PageExists ( Client client, string requestedUrl ) : bool |
Checks if the requested page exists or not.
|
|
PinDocument ( PinRequestDocumentVM pinRequestDocumentVM ) : bool |
Add a new pin document to the user pinned document list
|
|
PinMatter ( PinRequestMatterVM pinRequestMatterVM ) : bool |
Add a new pin item to the user pinned matter list
|
|
Search ( ISPOAuthorization spoAuthorization, IConfigurationRoot configuration, ICustomLogger customLogger, IUsersDetails userDetails, ISPList spList, IOptions |
|
|
SearchUsers ( SearchRequestVM searchRequestVM ) : IList |
|
|
UnPinDocument ( PinRequestDocumentVM pinRequestDocumentVM ) : bool |
Removes pinned item from user pinned document list.
|
|
UnPinMatter ( PinRequestMatterVM pinRequestMatterVM ) : bool |
Removes pinned item from user pinned details.
|
Method | Description | |
---|---|---|
AddDateRefinementFilter ( KeywordQuery keywordQuery, string fromDate, string toDate, string managedProperty ) : KeywordQuery |
Adds date refinement filter to the keyword query object
|
|
AddSortingRefiner ( KeywordQuery keywordQuery, string sortByProperty, int sortDirection ) : KeywordQuery |
Returns the Keyword query object with refiners added for sorting
|
|
AssignKeywordQueryValues ( KeywordQuery keywordQuery, List |
Assigns the keyword query values.
|
|
DecodeMatterProperties ( object>.IDictionary |
Decodes matter properties before sending them to UI
|
|
DecodeValues ( object value ) : string |
Provides the required matter properties
|
|
FillResultData ( ClientContext clientContext, KeywordQuery keywordQuery, |
Fires query on SharePoint Search and fills the result data.
|
|
FilterCommonDetails ( |
Returns the query to filter the matters/ documents for common filters.
|
|
FilterDocuments ( |
Prepares and returns the query to filter the documents.
|
|
FilterMatters ( |
Returns the query to filter the matters.
|
|
FilterMattersUtility ( |
Returns the query to filter the matters.
|
|
FormFilterQuery ( string propertyName, IList |
Forms filter query for the specified property and data list.
|
|
GetCurrentUserPinnedDetails ( bool isMatterView, object getUserPinnedDetails ) : |
Gets the current user pinned details.
|
|
GetFilteredPinnedDocumentList ( |
||
GetFilteredPinnedMatterList ( |
||
GetFirstPinnedDocument ( |
Gets the first pinned document serialized JSON object
|
|
GetFirstPinnedMatter ( |
Gets the first pinned matter serialized JSON object
|
|
GetPinDocsFilteredResult ( |
||
GetPinMattersFilteredResult ( |
||
GetSortByProperty ( KeywordQuery keywordQuery, |
Defines the sorting property and direction for querying SharePoint Search.
|
|
GetUniqueDocumentColumnName ( string uniueColumnName ) : string |
to get column name
|
|
GetuniqueMatterColumnName ( string uniueColumnName ) : string | ||
IsUserReadOnlyForMatter ( System.Boolean isReadOnly, string currentLoggedInUser, string currentLoggedInUserEmail, string readOnlyUsers ) : bool |
Checks if logged-in user has read permission on matter.
|
|
KeywordQueryMetrics ( Client client, SearchObject searchObject, KeywordQuery keywordQuery, string filterCondition, string managedProperty, bool isMatterView ) : KeywordQuery |
Prepares and returns the keyword query to get data from SharePoint Search based on filtering condition.
|
|
NoDataRow ( List |
Function to return no data row
|
|
PinThisRecord ( ClientContext clientContext, Client client, object getUserPinnedDetails, bool isMatterView ) : bool |
Pins the record and associate to logged-in user.
|
|
UnPinThisRecord ( ClientContext clientContext, Client client, object getUserPinnedDetails, bool isMatterView ) : bool |
Removes the record and dissociate from logged-in user.
|
|
UppercaseFirst ( string s ) : string |
public FetchContextualHelpContentUtility ( ClientContext clientContext, ListItemCollection contextualHelpSectionListItems ) : List |
||
clientContext | ClientContext | ClientContext for SharePoint |
contextualHelpSectionListItems | ListItemCollection | List collection object for contextual help section list |
return | List |
public GetConfigurations ( string siteCollectionUrl, string listName ) : |
||
siteCollectionUrl | string | |
listName | string | |
return |
public GetDocuments ( |
||
searchRequestVM | ||
return |
public GetMatterHelp ( |
||
client | ||
selectedPage | string | |
listName | string | |
return | List |
public GetMatters ( |
||
searchRequestVM | ||
return |
public GetPinnedData ( |
||
searchRequestVM | ||
listName | string | |
listColumnName | string | |
isShowDocument | bool | |
return |
public GetWebRoleDefinitions ( |
||
client | ||
return | List |
public static IsFileExists ( ClientContext clientContext, string pageUrl ) : bool | ||
clientContext | ClientContext | Client Context |
pageUrl | string | File URL |
return | bool |
public PageExists ( Client client, string requestedUrl ) : bool | ||
client | Client | |
requestedUrl | string | URL of the page, for which check is to be performed |
return | bool |
public PinDocument ( PinRequestDocumentVM pinRequestDocumentVM ) : bool | ||
pinRequestDocumentVM | PinRequestDocumentVM | |
return | bool |
public PinMatter ( PinRequestMatterVM pinRequestMatterVM ) : bool | ||
pinRequestMatterVM | PinRequestMatterVM | |
return | bool |
public Search ( ISPOAuthorization spoAuthorization, IConfigurationRoot configuration, ICustomLogger customLogger, IUsersDetails userDetails, ISPList spList, IOptions |
||
spoAuthorization | ISPOAuthorization | |
configuration | IConfigurationRoot | |
customLogger | ICustomLogger | |
userDetails | IUsersDetails | |
spList | ISPList | |
generalSettings | IOptions |
|
sharedSettings | IOptions |
|
logTables | IOptions |
|
searchSettings | IOptions |
|
camlQueries | IOptions |
|
listNames | IOptions |
|
errorSettings | IOptions |
|
return | Microsoft.Extensions.Options |
public SearchUsers ( SearchRequestVM searchRequestVM ) : IList |
||
searchRequestVM | SearchRequestVM | |
return | IList |
public UnPinDocument ( PinRequestDocumentVM pinRequestDocumentVM ) : bool | ||
pinRequestDocumentVM | PinRequestDocumentVM | |
return | bool |
public UnPinMatter ( PinRequestMatterVM pinRequestMatterVM ) : bool | ||
pinRequestMatterVM | PinRequestMatterVM | |
return | bool |