VAF.Extensions.Community
VAF.Extensions.Community copied to clipboard
Community-built .NET extension methods for use with the M-Files Vault Application Framework.
Could we rename ReplaceOrAdd instances (in PropertyValueInstructionType or helper names) by AddOrReplace ? It seems more straightforward and would allow users to type .Add and get both options making the...
Allow users to set a DayOfMonthTrigger that specifies the first, second, third, etc. day of week (monday, tuesday, etc.) instead of just a static date. Changes would include: 1. Updating...
This pull has the following updates: 1. Updating DayOfMonthTrigger to have a new data member "Date Type" with select choices "Variable Date" or "Specific Date". 2. The "Specific Date" selection...
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.
Task queue setting "RunOnVaultStartup" for TimeSpanEx, does not have any effect. The queue is always ran on startup. If also there is nothing set as a timespan values (even if...
The validation would benefit using cache-enabled M-Files API vault object. It is constructed in the StartOperations call, before calling StartApplications (which is the intended override point for app start routines)....