FsrmTemplateApplyOptions enumeration (fsrmenums.h)
Defines the options for applying template changes to derived objects.
Syntax
typedef enum _FsrmTemplateApplyOptions {
FsrmTemplateApplyOptions_ApplyToDerivedMatching = 1,
FsrmTemplateApplyOptions_ApplyToDerivedAll = 2
} FsrmTemplateApplyOptions;
Constants
FsrmTemplateApplyOptions_ApplyToDerivedMatching Value: 1 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. |
FsrmTemplateApplyOptions_ApplyToDerivedAll Value: 2 Apply template changes to all derived objects, whether their properties match the template's or not. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 |
Header | fsrmenums.h (include FsrmPipeline.h, FsrmQuota.h, FsrmReports.h, FsrmScreen.h) |