Microsoft.SharePoint.StsAdmin namespace
SharePoint 2013
Provides an interface for creating custom operations to run at the command prompt in STSADM.EXE. This namespace has been deprecated and may not be supported in future releases of Microsoft SharePoint Foundation. For custom command line operations, see the Microsoft.SharePoint.PowerShell namespace.
Caution
|
|---|
|
This namespace is documented only to provide assistance in troubleshooting existing extensions of STSADM.EXE. Do not create new extensions. Instead, extend PowerShell. See the Microsoft.SharePoint.PowerShell namespace. |
| Interface | Description | |
|---|---|---|
|
ISPStsadmCommand | Adds new command-line operations and new functionality to the STSADM.EXE utility. This interface is deprecated and may not be supported in future releases of Microsoft SharePoint Foundation. For custom command line operations, see the Microsoft.SharePoint.PowerShell namespace. |
| Enumeration | Description | |
|---|---|---|
|
ErrorCodes | Specifies the type of error that occurred during an operation of STSADM.EXE. This class is deprecated and may not be supported in future releases of Microsoft SharePoint Foundation. For custom command line operations, see the Microsoft.SharePoint.PowerShell namespace. |
Show:
Caution