[]
Searches for a RenderFragment in the current collection that was produced by a RenderObject with the specified C1.C1Preview.RenderObject.Id.
public RenderFragment FindByObjectId(int renderObjectId)
Type | Name | Description |
---|---|---|
int | renderObjectId | The C1.C1Preview.RenderObject.Id to search for. |
Type | Description |
---|---|
RenderFragment | The fragment that was produced by the object with the specified id, or null if it was not found. |