Create a new BuilderLead object.
Namespace: CWS.Common.BuilderLeadLogWSAssembly: BuilderLeadLogWS (in BuilderLeadLogWS.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public static BuilderLead CreateBuilderLead( int id, string pageURL, DateTime dateSent, string leadEmail, string clientCode ) |
| Visual Basic |
|---|
Public Shared Function CreateBuilderLead ( _ id As Integer, _ pageURL As String, _ dateSent As DateTime, _ leadEmail As String, _ clientCode As String _ ) As BuilderLead |
| Visual C++ |
|---|
public: static BuilderLead^ CreateBuilderLead( int id, String^ pageURL, DateTime dateSent, String^ leadEmail, String^ clientCode ) |
Parameters
- id
- Type: System..::..Int32
Initial value of the Id property.
- pageURL
- Type: System..::..String
Initial value of the PageURL property.
- dateSent
- Type: System..::..DateTime
Initial value of the DateSent property.
- leadEmail
- Type: System..::..String
Initial value of the LeadEmail property.
- clientCode
- Type: System..::..String
Initial value of the ClientCode property.
Return Value
[Missing <returns> documentation for "M:CWS.Common.BuilderLeadLogWS.BuilderLead.CreateBuilderLead(System.Int32,System.String,System.DateTime,System.String,System.String)"]