ICRMCustomerSearch.UpdateReplaceableParameters Method

Definition

Overloads

UpdateReplaceableParameters(Session, Entity, Entity)

Updates the replaceable parameters.

UpdateReplaceableParameters(Session, Entity, String)

Updates replaceable parameters.

UpdateReplaceableParameters(Session, Entity, Entity)

Updates the replaceable parameters.

public:
 Microsoft::Crm::UnifiedServiceDesk::Dynamics::Utilities::EntityDescription ^ UpdateReplaceableParameters(Microsoft::Uii::Csr::Session ^ session, Microsoft::Xrm::Sdk::Entity ^ paramEntity, Microsoft::Xrm::Sdk::Entity ^ typeEntity);
public Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.EntityDescription UpdateReplaceableParameters (Microsoft.Uii.Csr.Session session, Microsoft.Xrm.Sdk.Entity paramEntity, Microsoft.Xrm.Sdk.Entity typeEntity);
abstract member UpdateReplaceableParameters : Microsoft.Uii.Csr.Session * Microsoft.Xrm.Sdk.Entity * Microsoft.Xrm.Sdk.Entity -> Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.EntityDescription
Public Function UpdateReplaceableParameters (session As Session, paramEntity As Entity, typeEntity As Entity) As EntityDescription

Parameters

session
Session

Specifies the session.

paramEntity
Entity

Specifies the parameter entity.

typeEntity
Entity

Specifies the entity type.

Returns

Applies to

UpdateReplaceableParameters(Session, Entity, String)

Updates replaceable parameters.

public:
 Microsoft::Crm::UnifiedServiceDesk::Dynamics::Utilities::EntityDescription ^ UpdateReplaceableParameters(Microsoft::Uii::Csr::Session ^ session, Microsoft::Xrm::Sdk::Entity ^ paramEntity, System::String ^ typeEntity);
public Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.EntityDescription UpdateReplaceableParameters (Microsoft.Uii.Csr.Session session, Microsoft.Xrm.Sdk.Entity paramEntity, string typeEntity);
abstract member UpdateReplaceableParameters : Microsoft.Uii.Csr.Session * Microsoft.Xrm.Sdk.Entity * string -> Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.EntityDescription
Public Function UpdateReplaceableParameters (session As Session, paramEntity As Entity, typeEntity As String) As EntityDescription

Parameters

session
Session

Specifies the session.

paramEntity
Entity

Specifies the parameter entity.

typeEntity
String

Specifies the entity type.

Returns

Applies to