Method MenuFromId
MenuFromId(ObjectUniqueId)
Retrieves a menu by its unique identifier.
public static Menu? MenuFromId(ObjectUniqueId id)
Parameters
idObjectUniqueIdThe unique identifier of the menu to retrieve.
Returns
Remarks
This method searches for a menu in the collection using the provided unique identifier. If the identifier does not exist in the collection, the method returns null.