Click or drag to resize

MPUtilityCreateDocument Method (String, String, String, String, Boolean)

Creates a document based on a given document template in the default Shared Document library.

Namespace:  Colygon.MatchPoint.Core
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public static string CreateDocument(
	string targetWebUrl,
	string templateUrl,
	string targetExtension,
	string documentTitle,
	bool openDocument = false
)

Parameters

targetWebUrl
Type: SystemString
templateUrl
Type: SystemString
targetExtension
Type: SystemString
documentTitle
Type: SystemString
openDocument (Optional)
Type: SystemBoolean

Return Value

Type: String
See Also