OpenMetaverse Protocol Library Developers API Documentation
DirectoryManager . . :: . . DirFindFlags Enumeration
NamespacesOpenMetaverse DirectoryManagerDirectoryManager . . :: . . DirFindFlags
Query Flags used in many of the DirectoryManager methods to specify which query to execute and how to return the results. Flags can be combined using the | (pipe) character, not all flags are available in all queries
Declaration Syntax
C#
[
FlagsAttribute]
public 
enum 
DirFindFlags
Members
Member Description
People Query the People database
Online
Events
Groups Query the Groups database
DateEvents Query the Events database
AgentOwned Query the land holdings database for land owned by the currently connected agent
ForSale
GroupOwned Query the land holdings database for land which is owned by a Group
DwellSort Specifies the query should pre sort the results based upon traffic when searching the Places database
PgSimsOnly
PicturesOnly
PgEventsOnly
MatureSimsOnly
SortAsc Specifies the query should pre sort the results in an ascending order when searching the land sales database. This flag is only used when searching the land sales database
PricesSort Specifies the query should pre sort the results using the SalePrice field when searching the land sales database. This flag is only used when searching the land sales database
PerMeterSort Specifies the query should pre sort the results by calculating the average price/sq.m (SalePrice / Area) when searching the land sales database. This flag is only used when searching the land sales database
AreaSort Specifies the query should pre sort the results using the ParcelSize field when searching the land sales database. This flag is only used when searching the land sales database
NameSort Specifies the query should pre sort the results using the Name field when searching the land sales database. This flag is only used when searching the land sales database
LimitByPrice When set, only parcels less than the specified Price will be included when searching the land sales database. This flag is only used when searching the land sales database
LimitByArea When set, only parcels greater than the specified Size will be included when searching the land sales database. This flag is only used when searching the land sales database
FilterMature
PGOnly
IncludePG Include PG land in results. This flag is used when searching both the Groups, Events and Land sales databases
IncludeMature Include Mature land in results. This flag is used when searching both the Groups, Events and Land sales databases
IncludeAdult Include Adult land in results. This flag is used when searching both the Groups, Events and Land sales databases
AdultOnly

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)