Click or drag to resize

IDatabaseSubstituteTemplateVarsUrlEncoding Method

Substitute template variables based on an associateid, with the selected url encoding, returning the result.

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
string SubstituteTemplateVarsUrlEncoding(
	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,
	EnUrlEncoding i_enUrlEncoding = EnUrlEncoding.enUrlEncodingNone,
	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
i_enUrlEncoding (Optional)
Type: SuperOffice.COM.ApplicationEnUrlEncoding
bUseHtmlBreak (Optional)
Type: SystemBoolean

Return Value

Type: String
See Also