In Place Records Management: Provide a property that would expose manual record declaration availability in CSOM / REST
1) Hopefully the feature InPlaceRecords (da2e115b-07e4-49d9-bb2c-35e93bb9fca9) shows up in the list of web features when it is activated.
2) Expose a property that would specify the setting selected by the user in the Library Record Declaration Settings.
a. Manual Record Declaration Availability
b. Automatic Declaration
3) Or - It would be great to have another property called "CanDeclareAsRecord" on this class:
public class Microsoft.SharePoint.Client.RecordsRepository.Records
Currently, it only provides a check if item is already an existing record. However, there is no method that says if a currently undeclared item can be declared.
