UpdateCustomEntity Method
Updates a Custom Entity object.
Required Permissions
CustomEntityRenameSyntax
public CustEnt UpdateCustomEntity(
System.long customEntityId,
System.string newName
)Public Function UpdateCustomEntity( _
ByVal customEntityId As System.Long, _
ByVal newName As System.String _
) As CustEntParameters
| Name | Description |
|---|---|
| customEntityId | The ID of the object. |
| newName | The new name for the object. |
Return Value
The updated object.