Skip to content

Latest commit

 

History

History
76 lines (61 loc) · 2.83 KB

ne-fsrmenums-fsrmtemplateapplyoptions.md

File metadata and controls

76 lines (61 loc) · 2.83 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:fsrmenums._FsrmTemplateApplyOptions
FsrmTemplateApplyOptions (fsrmenums.h)
Defines the options for applying template changes to derived objects.
FsrmTemplateApplyOptions
FsrmTemplateApplyOptions enumeration [File Server Resource Manager]
FsrmTemplateApplyOptions_ApplyToDerivedAll
FsrmTemplateApplyOptions_ApplyToDerivedMatching
fs.fsrmtemplateapplyoptions
fsrm.fsrmtemplateapplyoptions
fsrmenums/FsrmTemplateApplyOptions
fsrmenums/FsrmTemplateApplyOptions_ApplyToDerivedAll
fsrmenums/FsrmTemplateApplyOptions_ApplyToDerivedMatching
fsrm\fsrmtemplateapplyoptions.htm
fsrm
44a8e280-4005-476c-a43d-184c18825129
12/05/2018
FsrmTemplateApplyOptions, FsrmTemplateApplyOptions enumeration [File Server Resource Manager], FsrmTemplateApplyOptions_ApplyToDerivedAll, FsrmTemplateApplyOptions_ApplyToDerivedMatching, fs.fsrmtemplateapplyoptions, fsrm.fsrmtemplateapplyoptions, fsrmenums/FsrmTemplateApplyOptions, fsrmenums/FsrmTemplateApplyOptions_ApplyToDerivedAll, fsrmenums/FsrmTemplateApplyOptions_ApplyToDerivedMatching
fsrmenums.h
FsrmPipeline.h, FsrmQuota.h, FsrmReports.h, FsrmScreen.h
Windows
None supported
Windows Server 2008
Windows
FsrmTemplateApplyOptions
19H1
_FsrmTemplateApplyOptions
fsrmenums/_FsrmTemplateApplyOptions
FsrmTemplateApplyOptions
fsrmenums/FsrmTemplateApplyOptions
c++
APIRef
kbSyntax
HeaderDef
FsrmEnums.h
FsrmTemplateApplyOptions

FsrmTemplateApplyOptions enumeration

-description

Defines the options for applying template changes to derived objects.

-enum-fields

-field FsrmTemplateApplyOptions_ApplyToDerivedMatching: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.

-field FsrmTemplateApplyOptions_ApplyToDerivedAll:2

Apply template changes to all derived objects, whether their properties match the template's or not.

-see-also

IFsrmFileScreenTemplate::CommitAndUpdateDerived

IFsrmQuotaTemplate::CommitAndUpdateDerived