StsAdmin Command
This class collates information about the name of the StsAdm operation and the arguments/parameters that will be passed to it.
| Reference Information |
| Release Status : |
Stable |
| Alias Name : |
Entity.StsAdminCommand |
| Full Reference Name : |
Collaboris.Saf.Actions.Wss.Entities.StsAdminCommand |
| Assembly Name : |
Collaboris.Saf.Actions.Wss |
| Remarks : |
Use this class when you wish to support the StsAdmin Action. |
| Properties |
| Name |
Description |
Example Value |
Output |
Required |
| Arguments |
SerializableStringDictionary. Defines a dictionary of arguments that are passed in for the given operation.
|
|
false
|
true
|
| Operation |
String. The StsAdm Operation that will be run.
Note : This operation should match the '-o [operation] that is used from a command line when using stsadm.
|
creategroup
|
false
|
true
|