Search Results for

    Show / Hide Table of Contents

    Class RestHandler

    Summary description for RestHandler.

    Inheritance
    System.Object
    RestHandler
    Namespace: ImageVault.EPiServer.Common.Handlers
    Assembly: ImageVault.EPiServer.Common.dll
    Syntax
    public class RestHandler : CoreRestProxyHandler

    Constructors

    RestHandler()

    Initializes a new instance of the RestHandler class.

    Declaration
    public RestHandler()

    RestHandler(String)

    Initializes a new instance of the RestHandler class.

    Declaration
    public RestHandler(string path)
    Parameters
    Type Name Description
    System.String path
    Exceptions
    Type Condition
    System.ArgumentNullException

    If path is null.

    System.ArgumentException

    If the supplied path cannot start with any of the following characters; .

    Fields

    PathFolderName

    The name of the folder where the handler should be initiated

    Declaration
    public const string PathFolderName = "imagevaultws"
    Field Value
    Type Description
    System.String
    In This Article
    Back to top (c) Meriworks 2002-2022