Click or drag to resize

IDatabaseSubstituteTemplateVars Method

Substitutes template variables in the source string, returning the result. Assumes the current user.

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
string SubstituteTemplateVars(
	string SourceString,
	int lContactId,
	int lPersonId,
	int lProjectId,
	int lDocumentId,
	bool bIsMailMergeDraft = false,
	bool bUseHtmlBrackets = false,
	bool bIsUrlEncoded = false
)

Parameters

SourceString
Type: SystemString
lContactId
Type: SystemInt32
lPersonId
Type: SystemInt32
lProjectId
Type: SystemInt32
lDocumentId
Type: SystemInt32
bIsMailMergeDraft (Optional)
Type: SystemBoolean
bUseHtmlBrackets (Optional)
Type: SystemBoolean
bIsUrlEncoded (Optional)
Type: SystemBoolean

Return Value

Type: String
See Also