Search Results for

    Show / Hide Table of Contents

    Class VaultPopulationQuery

    The population data for the FindVault query

    Inheritance
    System.Object
    VaultPopulationQuery
    Namespace: ImageVault.Common.Data.Query
    Assembly: ImageVault.Common.dll
    Syntax
    public class VaultPopulationQuery : Object

    Constructors

    VaultPopulationQuery()

    Declaration
    public VaultPopulationQuery()

    Properties

    AccessList

    Get/Sets the AccessList of the VaultPopulationQuery

    Declaration
    public bool AccessList { get; set; }
    Property Value
    Type Description
    System.Boolean

    True if the AccessList should be populated

    CurrentUserRole

    Get/Sets the CurrentUserRole of the VaultPopulationQuery

    Declaration
    public bool CurrentUserRole { get; set; }
    Property Value
    Type Description
    System.Boolean

    True if the CurrentUserRole should be populated.

    MetadataDefinitions

    Get/Sets the MetadataDefinitions of the VaultPopulationQuery

    Declaration
    public bool MetadataDefinitions { get; set; }
    Property Value
    Type Description
    System.Boolean

    True if the MetadataDefinitions should be populated, false otherwise

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022