Craig Hawker
Craig Hawker
Use the following configuration class structure: ``` [DataContract] public class Configuration : ConfigurationBase { [DataMember] [RecurringOperationConfiguration(VaultApplication.QueueId, "TaskTypeB")] public Schedule Schedule { get; set; } = new Schedule() { Enabled =...
They are currently quite verbose. Could we add some helper methods for creation? - public static PropertyValueInstruction CreateRemoveInstruction(int propertyId); - public static PropertyValueInstruction CreateReplaceOrAddInstruction(int propertyId, MFDataType dataType, object value) -...
Reported scenario: * Files of 1MB or larger (smaller sizes do not have the same problem) * SQL Server * Files in the vault * AfterCheckInChangesFinalize event handler copying the...
Improved situation with multiple log files with overlapping timestamps. Added note to log viewer to use raw log files as preference.
Updated to latest VAF release. Updated to newest Newtonsoft release. This will mean that projects based on the Extensions will get the latest Newtonsoft version when they update the Extensions...
Spurred by this: https://community.m-files.com/groups-1602070992/developers/f/developer-forum/11692/get-sub-item-from-parent-value-list Initial implementation of MFValueListSearchBuilder. Unit tests for above.