AddInStore.UpdateAddIns(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates the add-in cache and includes new add-ins at a specified location.
public:
static cli::array <System::String ^> ^ UpdateAddIns(System::String ^ addInsFolderPath);
[System.Security.SecurityCritical]
public static string[] UpdateAddIns (string addInsFolderPath);
[<System.Security.SecurityCritical>]
static member UpdateAddIns : string -> string[]
Public Shared Function UpdateAddIns (addInsFolderPath As String) As String()
Parameters
- addInsFolderPath
- String
The path of the directory that contains one or more subdirectories of add-ins.
Returns
A collection of strings that describe warnings as the pipeline segments are evaluated.
- Attributes
Exceptions
A segment directory is missing from the pipeline directory structure.
There is an access violation to the pipeline directory structure.
addInsFolderPath
is null
.
Caller does not have both read and write access permissions to the location that is specified by addInsFolderPath
.
Remarks
Call this method if your add-ins are outside the pipeline directory structure.
If no new add-ins are installed, this method just validates the cache.