_FsrmTemplateApplyOptions Enumeration
Defines the options for applying template changes to derived objects.
Assembly: srmlib (in srmlib.dll)
| Member name | Description | |
|---|---|---|
| FsrmTemplateApplyOptions_ApplyToDerivedAll | Apply template changes to all derived objects, whether their properties match the template's or not. | |
| FsrmTemplateApplyOptions_ApplyToDerivedMatching | Apply template changes to derived objects only if the object's properties match the template's properties. Note that the comparison is made against the template as it exists in the database, not your local copy that has not been committed yet. |
Community Additions
ADD
Show: