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



smartObjectDefinitionXML
guid
categoryName

Glossary Item Box

Syntax

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

Parameters

smartObjectDefinitionXML
guid
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