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 |
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 |