Click or drag to resize
SoapClientgetUpdated Method

Namespace: CMS.SalesForce.WebServiceClient
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
Syntax
C#
public LimitInfo[] getUpdated(
	SessionHeader SessionHeader,
	CallOptions CallOptions,
	string sObjectType,
	DateTime startDate,
	DateTime endDate,
	out GetUpdatedResult result
)

Parameters

SessionHeader
Type: CMS.SalesForce.WebServiceClientSessionHeader
CallOptions
Type: CMS.SalesForce.WebServiceClientCallOptions
sObjectType
Type: SystemString
startDate
Type: SystemDateTime
endDate
Type: SystemDateTime
result
Type: CMS.SalesForce.WebServiceClientGetUpdatedResult

Return Value

Type: LimitInfo
See Also