RenderList.Find
static RenderList Find(string listId)
Finds the RenderList with the matching id, and returns a reference to it. If no RenderList is found, it returns null.
string listId | Id of the RenderList we’re looking for. |
RETURNS: RenderList | A RenderList with a matching id, or null if none is found. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!