DocumentSetTemplate.Update Method
Saves any changes made to the template.
Namespace: Microsoft.Office.DocumentManagement.DocumentSets
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Public Sub Update ( _
bPushDown As Boolean _
)
'Usage
Dim instance As DocumentSetTemplate
Dim bPushDown As Boolean
instance.Update(bPushDown)
public void Update(
bool bPushDown
)
Parameters
bPushDown
Type: System.Booleantrue if changes are pushed down to child content types; otherwise, false