DeleteSmartObject(Guid,Int64,Boolean) Method
See Also 
SourceCode.SmartObjects.Management Namespace > SmartObjectManagementServer Class > DeleteSmartObject Method : DeleteSmartObject(Guid,Int64,Boolean) Method



guid
version
ignoreDependancyException

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Sub DeleteSmartObject( _
   ByVal guid As Guid, _
   ByVal version As Long, _
   ByVal ignoreDependancyException As Boolean _
) 
Visual Basic (Usage) Copy Code
Dim instance As SmartObjectManagementServer
Dim guid As Guid
Dim version As Long
Dim ignoreDependancyException As Boolean
 
instance.DeleteSmartObject(guid, version, ignoreDependancyException)
C#  
public void DeleteSmartObject( 
   Guid guid,
   long version,
   bool ignoreDependancyException
)
C++/CLI  
public:
void DeleteSmartObject( 
   Guid guid,
   int64 version,
   bool ignoreDependancyException
) 

Parameters

guid
version
ignoreDependancyException

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