DeploymentStatusDictionary class

Represents a collection of DeploymentStatus objects.

Inheritance hierarchy

System.Object
  System.Collections.Generic.SortedList<String, DeploymentStatus>
    Microsoft.SharePoint.Publishing.Administration.DeploymentStatusDictionary

Namespace:  Microsoft.SharePoint.Publishing.Administration
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class DeploymentStatusDictionary _
    Inherits SortedList(Of String, DeploymentStatus)
'Usage
Dim instance As DeploymentStatusDictionary
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class DeploymentStatusDictionary : SortedList<string, DeploymentStatus>

Remarks

These objects represent the deployment status of individual Web sites or scopes that are deployed within a specific content deployment path.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

DeploymentStatusDictionary members

Microsoft.SharePoint.Publishing.Administration namespace