Share via


Solution2.CacheID property

Gets the cache ID of a form template.

Namespace:  Microsoft.Office.Interop.InfoPath
Assembly:  Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)

Syntax

'Declaration
ReadOnly Property CacheID As String
    Get
'Usage
Dim instance As Solution2
Dim value As String

value = instance.CacheID
string CacheID { get; }

Property value

Type: System.String
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\foldername\cacheID

Where foldername is a random name assigned in a user's form cache, and cacheID is the cache ID value.

See also

Reference

Solution2 interface

Solution2 members

Microsoft.Office.Interop.InfoPath namespace