Deletes the specified third-party storage store.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function Delete3rdPartyStorageStore( _
ByVal SubStorageName As System.String _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMDocument20
Dim SubStorageName As System.String
Dim value As System.Boolean
value = instance.Delete3rdPartyStorageStore(SubStorageName) |
C# | |
---|
System.bool Delete3rdPartyStorageStore(
System.string SubStorageName
) |
C++/CLI | |
---|
System.bool Delete3rdPartyStorageStore(
& System.String^ SubStorageName
) |
Parameters
- SubStorageName
- Name of the storage to delete
Return Value
True if the storage is deleted, false if not
See Also
Availability
SOLIDWORKS Document Manager API 2016 FCS