AddInStore::Rebuild Method (String^)

 

Rebuilds the pipeline segments cache and includes new segments from a specified root directory.

Namespace:   System.AddIn.Hosting
Assembly:  System.AddIn (in System.AddIn.dll)

public:
[SecurityCriticalAttribute]
static array<String^>^ Rebuild(
	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 rebuilds the add-ins cache if the add-ins are in the pipeline directory structure.

Use this method only when there may be a problem with the cache and it must be rebuilt. For faster performance, use the Update method.

.NET Framework
Available since 3.5
Return to top
Show: