ThePageDefinition..::..LastCacheWP Property
V4: contains the last Cache of a page
Namespace:
nsCDEngine.Engines.NMIServiceAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public cdeConcurrentDictionary<eWebPlatform, string> LastCacheWP { get; set; }
Public Property LastCacheWP As cdeConcurrentDictionary(Of eWebPlatform, String) Get Set
public: property cdeConcurrentDictionary<eWebPlatform^, String^>^ LastCacheWP { cdeConcurrentDictionary<eWebPlatform^, String^>^ get (); void set (cdeConcurrentDictionary<eWebPlatform^, String^>^ value); }