Click or drag to resize

DatabaseClassSubstituteTemplateVarsEx Method

Substitute template variables based on an associateid, returning the result.

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
public virtual string SubstituteTemplateVarsEx(
	string SourceString,
	int lContactId,
	int lPersonId,
	int lProjectId,
	int lSelectionId = 0,
	int lAppointmentId = 0,
	int lDocumentId = 0,
	int lSaleId = 0,
	int lAssociateId = 0,
	bool bIsMailMergeDraft = false,
	bool bUseHtmlBrackets = false,
	bool bUrlEncode = false,
	bool bUseHtmlBreak = false
)

Parameters

SourceString
Type: SystemString
lContactId
Type: SystemInt32
lPersonId
Type: SystemInt32
lProjectId
Type: SystemInt32
lSelectionId (Optional)
Type: SystemInt32
lAppointmentId (Optional)
Type: SystemInt32
lDocumentId (Optional)
Type: SystemInt32
lSaleId (Optional)
Type: SystemInt32
lAssociateId (Optional)
Type: SystemInt32
bIsMailMergeDraft (Optional)
Type: SystemBoolean
bUseHtmlBrackets (Optional)
Type: SystemBoolean
bUrlEncode (Optional)
Type: SystemBoolean
bUseHtmlBreak (Optional)
Type: SystemBoolean

Return Value

Type: String

Implements

IDatabaseSubstituteTemplateVarsEx(String, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Boolean, Boolean, Boolean, Boolean)
See Also