SenseNet.ContentRepository.Storage.AppModel.AppCacheInvalidateEventArgs.AppCacheInvalidateEventArgs C# (CSharp) Method

AppCacheInvalidateEventArgs() public method

public AppCacheInvalidateEventArgs ( string path ) : System
path string
return System
        public AppCacheInvalidateEventArgs(string path)
        {
            Path = path;
        }
    }
AppCacheInvalidateEventArgs