Edit

Share via


FormTemplate.CacheId Property

Definition

Gets the form template cache identifier.

public:
 abstract property System::String ^ CacheId { System::String ^ get(); };
public abstract string CacheId { get; }
member this.CacheId : string
Public MustOverride ReadOnly Property CacheId As String

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\<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.

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 InfoPath Filler.

Applies to