Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.5
Return to top
Show:
© 2017 Microsoft