Show / Hide Table of Contents

    Enum FolderEntityTypes

    Defines type of entities that folder can contain: folders, bindings, behaviors, nodes, authorization rules, users, custom entities, services, and service agreements.

    Namespace: Nevatech.Vsb.Repository.Services
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    [Flags]
    public enum FolderEntityTypes

    Fields

    Name Description
    All

    All entities: folders, bindings, services, nodes, users, service agreements, authorization rules, and custom entities.

    Behavior

    Public endpoint and service behaviors.

    Binding

    Public bindings (policies).

    Custom

    User-defined entity.

    EndpointBehavior

    Public endpoint behaviors.

    Folder

    Folders (sub-folders).

    Node

    Nodes.

    None

    No entities.

    PhysicalService

    Physical services.

    Rule

    Authorization rules.

    Service

    Physical and virtual services.

    ServiceAgreement

    Service level agreements.

    ServiceBehavior

    Public service behaviors.

    User

    System users.

    VirtualService

    Virtual services.

    Back to top Nevatech Sentinet Online Documentation