Search Results for

    Show / Hide Table of Contents

    Class StorageInfo

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

    Constructors

    StorageInfo()

    Initializes a new instance of the StorageInfo class.

    Declaration
    public StorageInfo()

    StorageInfo(StorageInfo)

    Initializes a new instance of the StorageInfo class.

    Declaration
    public StorageInfo(StorageInfo si)
    Parameters
    Type Name Description
    StorageInfo si

    Properties

    CanDeleteContent

    If files can be deleted from storage

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

    Name

    Storage Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Extension Methods

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