Click or drag to resize
CreateEntityResult.EntityId Property
Gets the identifier of the created entity, if the operation was successful.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 11.0.0
Syntax
C#
public string EntityId { get; }

Property Value

Type: String

Implements

IEntityCommandResult.EntityId
See Also