AppManWrapper.PutPublishingItem Method

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Microsoft.ConfigurationManagement.AdminConsole.AppManFoundation
Assembly: AdminUI.AppManFoundation (in AdminUI.AppManFoundation.dll)

Usage

'Usage
Dim connectionManager As ConnectionManagerBase
Dim publishingItem As PublishingItem

AppManWrapper.PutPublishingItem(connectionManager, publishingItem)

Syntax

'Declaration
Public Shared Sub PutPublishingItem ( _
    connectionManager As ConnectionManagerBase, _
    publishingItem As PublishingItem _
)
public static void PutPublishingItem (
    ConnectionManagerBase connectionManager,
    PublishingItem publishingItem
)
public:
static void PutPublishingItem (
    ConnectionManagerBase^ connectionManager, 
    PublishingItem^ publishingItem
)
public static void PutPublishingItem (
    ConnectionManagerBase connectionManager, 
    PublishingItem publishingItem
)
public static function PutPublishingItem (
    connectionManager : ConnectionManagerBase, 
    publishingItem : PublishingItem
)

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.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

AppManWrapper Class
AppManWrapper Members
Microsoft.ConfigurationManagement.AdminConsole.AppManFoundation Namespace