FormTemplate.CacheId Property (Microsoft.Office.InfoPath)

Gets the form template cache identifier.

Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in microsoft.office.infopath.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property CacheId As String
'Usage
Dim instance As FormTemplate
Dim value As String

value = instance.CacheId
public abstract string CacheId { get; }

Property Value

The form template cache identifier.

Remarks

The CacheID property is set at run time, and the URL it returns points to the folder where the form template's files are cached. The value returned is 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.

This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.

This type or member can be accessed only from code running in forms opened in Microsoft Office InfoPath 2007.

See Also

Reference

FormTemplate Class
FormTemplate Members
Microsoft.Office.InfoPath Namespace