PublishSmartObject(String,Guid) Method
See Also 
SourceCode.SmartObjects.Management Namespace > SmartObjectManagementServer Class > PublishSmartObject Method : PublishSmartObject(String,Guid) Method



smartObjectXML
guid

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Function PublishSmartObject( _
   ByVal smartObjectXML As String, _
   ByVal guid As Guid _
) As String
Visual Basic (Usage) Copy Code
Dim instance As SmartObjectManagementServer
Dim smartObjectXML As String
Dim guid As Guid
Dim value As String
 
value = instance.PublishSmartObject(smartObjectXML, guid)
C#  
public string PublishSmartObject( 
   string smartObjectXML,
   Guid guid
)
C++/CLI  
public:
String^ PublishSmartObject( 
   String^ smartObjectXML,
   Guid guid
) 

Parameters

smartObjectXML
guid

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also