AddInStore.Update Method (String)
Updates the pipeline segments cache with new segments from a specified root directory.
Namespace: System.AddIn.Hosting
Assembly: System.AddIn (in System.AddIn.dll)
Parameters
- pipelineRootFolderPath
- Type: System.String
The path of the root of the pipeline directory structure.
Return Value
Type: System.String[]A collection of strings that describe warnings as the pipeline segments are evaluated.
| Exception | Condition |
|---|---|
| AddInSegmentDirectoryNotFoundException | A segment directory is missing from the pipeline directory structure. |
| InvalidPipelineStoreException | There is an access violation to the pipeline directory structure. |
The following example shows how to update the cache files. This code example is part of a larger example provided for the AddInStore class.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.