Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Application Server

CreateTemplate method

  • Last UpdatedJul 23, 2024
  • 1 minute read

Derive an a new template from this template.

Class

ITemplate

Syntax

[C#]

ITemplate CreateTemplate(

string Name,

bool createContainedObjects

);

[Visual C++]

HRESULT CreateTemplate(

[in] BSTR Name,

[in, optional, defaultvalue( 1 )] VARIANT_BOOL createContainedObjects,

[out, retval] ITemplate**

);

Parameters

Name

The name of the newly created template.

createContainedObjects

Set to true to create contained objects.

ITemplate

The template that was created.

In This Topic
Related Links