DeploymentStatusDictionary Class
Represents a collection of DeploymentStatus objects. These represent the deployment status of individual Web sites or scopes that are deployed within a specific content deployment path.
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>
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.