Метод | Описание | |
---|---|---|
AssignContentTypeHelper ( |
This method will assign content types to the matter that is getting created
|
|
GetContentTypeData ( ClientContext clientContext, IList |
This method will get all content types from the specified content type group and will filter out the content types that user has selected when creating the matter
|
|
SPContentTypes ( IOptions |
Метод | Описание | |
---|---|---|
GetContentType ( ClientContext clientContext, IList |
Retrieves the list of content types that are to be associated with the matter.
|
|
GetContentTypeList ( IList |
Generates the list of Content Types that are associated with matter.
|
|
GetWSSId ( ClientContext clientContext, |
Function to get the WssID for all the managed columns that user has configured
|
|
SetDefaultContentType ( ClientContext clientContext, List list, |
Sets the default content type based on user selection for the new matter that is getting created
|
|
SetFieldValues ( ClientContext clientContext, IList |
Assigns field values for specified content types to the specified matter (document library).
|
public AssignContentTypeHelper ( |
||
matterMetadata | ||
clientContext | ClientContext | |
contentTypeCollection | IList |
|
client | ||
matter | ||
Результат |
public GetContentTypeData ( ClientContext clientContext, IList |
||
clientContext | ClientContext | The sharepoint context object |
contentTypesNames | IList |
Content Type Names that user selected in the create matter screen |
client | The client object which contains information for which client the matter is getting created and the url of the client | |
matter | The matter information that is getting created | |
Результат | IList |
public SPContentTypes ( IOptions |
||
contentTypesConfig | IOptions |
|
camlQueries | IOptions |
|
spList | ISPList | |
customLogger | ICustomLogger | |
logTables | IOptions |
|
taxonomySettings | IOptions |
|
configuration | IConfigurationRoot | |
Результат | Microsoft.Extensions.Configuration |