GetSmartObjectDefinitions(Guid[],Boolean) Method
See Also 
SourceCode.SmartObjects.Management Namespace > SmartObjectManagementServer Class > GetSmartObjectDefinitions Method : GetSmartObjectDefinitions(Guid[],Boolean) Method



smartObjectGuids
ignoreSmartObjectErrors

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Function GetSmartObjectDefinitions( _
   ByVal smartObjectGuids() As Guid, _
   ByVal ignoreSmartObjectErrors As Boolean _
) As String
Visual Basic (Usage) Copy Code
Dim instance As SmartObjectManagementServer
Dim smartObjectGuids() As Guid
Dim ignoreSmartObjectErrors As Boolean
Dim value As String
 
value = instance.GetSmartObjectDefinitions(smartObjectGuids, ignoreSmartObjectErrors)
C#  
public string GetSmartObjectDefinitions( 
   Guid[] smartObjectGuids,
   bool ignoreSmartObjectErrors
)
C++/CLI  
public:
String^ GetSmartObjectDefinitions( 
   array<Guid>^ smartObjectGuids,
   bool ignoreSmartObjectErrors
) 

Parameters

smartObjectGuids
ignoreSmartObjectErrors

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