Solution2.CacheID Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the cache ID of a form template.
public:
property System::String ^ CacheID { System::String ^ get(); };
public string CacheID { get; }
member this.CacheID : string
Public ReadOnly Property CacheID As String
Property Value
The cache ID of a form template.
Remarks
The cache ID is the folder name from the following location in the file system:
%USERPROFILE%\Local Settings\Application Data\Microsoft\InfoPath\FormCache1\<span class="placeholder">foldername</span>\<span class="placeholder">cacheID</span>
Where foldername is a random name assigned in a user's form cache, and cacheID is the cache ID value.