SaveAsTemplate

SaveAsTemplate (1 of 4)

Saves the project as a template to a specified stream.

Returns: void Aspose::Tasks::

SaveAsTemplate(const System::SharedPtr< System::IO::Stream > & stream)
ParameterDescription
streamthe specified stream to save the project to.

SaveAsTemplate (2 of 4)

Saves the project as a template to a specified stream.

Returns: void Aspose::Tasks::

SaveAsTemplate(const System::SharedPtr< System::IO::Stream > & stream, const System::SharedPtr< Saving::SaveTemplateOptions > & options)
ParameterDescription
streamStream to save the project template to.
optionsthe specified save options SaveTemplateOptions .

SaveAsTemplate (3 of 4)

Saves the project as a template to the specified file path.

Returns: void Aspose::Tasks::

SaveAsTemplate(const System::String & fileName)
ParameterDescription
fileNamethe specified file name.

SaveAsTemplate (4 of 4)

Saves the project as a template.

Returns: void Aspose::Tasks::

SaveAsTemplate(const System::String & fileName, const System::SharedPtr< Saving::SaveTemplateOptions > & options)
ParameterDescription
fileNameThe file name.
optionsthe specified save options SaveTemplateOptions .