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



smartObjectDefinitionXML
categoryName

Glossary Item Box

Syntax

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

Parameters

smartObjectDefinitionXML
categoryName

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