Search Results for

    Show / Hide Table of Contents

    Class StorageLicenseAgreement

    The Storage license agreement for a specific storage

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

    Constructors

    StorageLicenseAgreement()

    Initializes a new instance of the StorageLicenseAgreement class.

    Declaration
    public StorageLicenseAgreement()

    StorageLicenseAgreement(StorageLicenseAgreement)

    Initializes a new instance of the StorageLicenseAgreement class.

    Declaration
    public StorageLicenseAgreement(StorageLicenseAgreement storageLicenseAgreement)
    Parameters
    Type Name Description
    StorageLicenseAgreement storageLicenseAgreement

    Properties

    MessageType

    Get/Sets the MessageType of the StorageLicenseAgreement

    Declaration
    public StorageLicenseAgreementMessageType MessageType { get; set; }
    Property Value
    Type Description
    StorageLicenseAgreementMessageType

    UploadLicenseMessage

    Get/Sets the UploadLicenseMessage of the StorageLicenseAgreement

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

    This html will be presented in the upload dialog.

    Extension Methods

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