Flags for the listEntities call

Namespace: StreamBase.SB.Client
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum ListEntitiesFlags
Public Enumeration ListEntitiesFlags
public enum class ListEntitiesFlags

Members

MemberValueDescription
NONE0
Default value.
FULLY_QUALIFIED_NAMES1
Set FULLY_QUALIFIED_NAMES if you want to include container names for all entities. If not set then the returned names will contain the module name (if any) and the name of the entity.
INCLUDE_MODULES2
Set INCLUDE_MODULES if you want to include all modules in the output

See Also