Overload List

Name Description
Utils.FindMVEntries (String, Boolean) The FindMVEntries method is a static method that retrieves the metaverse entries with the specified Boolean attribute value.
Utils.FindMVEntries (String, Byte[]) The FindMVEntries method is a static method that retrieves the metaverse entries with the specified byte array attribute value.
Utils.FindMVEntries (String, Int64) The FindMVEntries method is a static method that retrieves the metaverse entries with the specified System.Int64 attribute value.
Utils.FindMVEntries (String, String) The FindMVEntries method is a static method that retrieves the metaverse entries with the specified string attribute value.
Utils.FindMVEntries (String, Value) The FindMVEntries method is a static method that retrieves the metaverse entries with the specified attribute value.
Utils.FindMVEntries (String, Boolean, Int32) The FindMVEntries method is a static method that retrieves the metaverse entries with the specified Boolean attribute value and maximum number of results.
Utils.FindMVEntries (String, Byte[], Int32) The FindMVEntries method is a static method that retrieves the metaverse entries with the specified byte array attribute value and maximum number of results.
Utils.FindMVEntries (String, Int64, Int32) The FindMVEntries method is a static method that retrieves the metaverse entries with the specified System.Int64 attribute value and maximum number of results.
Utils.FindMVEntries (String, String, Int32) The FindMVEntries method is a static method that retrieves the metaverse entries with the specified string attribute value and the maximum number of results.
Utils.FindMVEntries (String, String, String) The FindMVEntries method is a static method that retrieves the metaverse entries in the specified collation order.
Utils.FindMVEntries (String, Value, Int32) The FindMVEntries method is a static method that retrieves the metaverse entries with the specified attribute value and maximum number of results.
Utils.FindMVEntries (String, Value, String) The FindMVEntries method is a static method that retrieves the metaverse entries with the specified attribute value in the specified collation order.
Utils.FindMVEntries (String, String, Int32, String) The FindMVEntries method is a static method that retrieves the metaverse entries with the specified string attribute value and maximum number of results. The results are returned in the specified collation order.
Utils.FindMVEntries (String, Value, Int32, String) The FindMVEntries method is a static method that retrieves the metaverse entries with the specified attribute value and maximum number of results. The results are returned in the specified collation order.

See Also