[]
        
(Showing Draft Content)

C1.C1Preview.RenderFragmentCollection.FindByObjectId

FindByObjectId Method

FindByObjectId(int)

Searches for a RenderFragment in the current collection that was produced by a RenderObject with the specified C1.C1Preview.RenderObject.Id.

Declaration
public RenderFragment FindByObjectId(int renderObjectId)
Parameters
Type Name Description
int renderObjectId

The C1.C1Preview.RenderObject.Id to search for.

Returns
Type Description
RenderFragment

The fragment that was produced by the object with the specified id, or null if it was not found.