This document is archived and information here might be outdated.  Recommended version.


IServerObjectFactoryX.AddAddInFolder Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Server)  

IServerObjectFactoryX.AddAddInFolder Method

Adds a folder to the Add In folder processing list.

[Visual Basic .NET]
Public Sub AddAddInFolder ( _
    ByVal addInFolderPath As String _
)
[C#]
public void AddAddInFolder (
    string addInFolderPath
);
[C++]
HRESULT AddAddInFolder(
  BSTR addInFolderPath
);
[C++]

Parameters addInFolderPath [in] addInFolderPath is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IServerObjectFactoryX Interface