Table of Contents

Class PathHelper

Namespace
Kentico.Xperience.AzureStorage
Assembly
Kentico.Xperience.AzureStorage.dll

Contains helper members for accessing to blob storage, cache and temp.

public static class PathHelper
Inheritance
object
PathHelper

Properties

CachePath

Gets or sets path to local storage for cache.

public static string CachePath { get; set; }

Property Value

string

TempPath

Gets or sets path to local storage for temp.

public static string TempPath { get; set; }

Property Value

string