EasyUA Reference
Replace Method
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > SubscriptionTemplateCollection Class : Replace Method

subscr
New subscription object

Glossary Item Box

Replace the subscription with the same ID in the collection.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As SubscriptionTemplateCollection
Dim subscr As Subscription
Dim value As Boolean
 
value = instance.Replace(subscr)
C# 
public bool Replace( 
   Subscription subscr
)

Parameters

subscr
New subscription object

Return Value

Returns TRUE if replaced, FALSE if no subscription with same ID was found.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.