AddInStore::Update Method (String^)
.NET Framework (current version)
Updates the pipeline segments cache with new segments from a specified root directory.
Assembly: System.AddIn (in System.AddIn.dll)
public: [SecurityCriticalAttribute] static array<String^>^ Update( String^ pipelineRootFolderPath )
Parameters
- pipelineRootFolderPath
-
Type:
System::String^
The path of the root of the pipeline directory structure.
Return Value
Type: array<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. |
This method also updates the add-ins cache if the add-ins are in the pipeline directory structure.
If there are no new pipeline segments or add-ins, this method just validates the cache.
The following example shows how to update the cache files. This code example is part of a larger example provided for the AddInStore class.
.NET Framework
Available since 3.5
Available since 3.5
Show: