DeploymentStatusDictionary.Add Method (DeploymentStatus)
Adds a DeploymentStatus object to the deployment status dictionary.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Sub Add ( _
objectStatus As DeploymentStatus _
)
'Usage
Dim instance As DeploymentStatusDictionary
Dim objectStatus As DeploymentStatus
instance.Add(objectStatus)
public void Add(
DeploymentStatus objectStatus
)
Parameters
objectStatus
Type: Microsoft.SharePoint.Publishing.Administration.DeploymentStatusA DeploymentStatus object.
See Also
Reference
DeploymentStatusDictionary Class