Knowledgebase: > Properties
RootID
Posted by Mohammad Rahhal, Last modified by Diana Alkouni on 09 September 2020 09:45 AM

Syntax

 Readonly Property RootID As Integer

Description

This property is used to get the ID of the main accounts tree node.

Parameters

No parameters.

Remarks  

You need this property when you need the ID of the main accounts tree node for the connected dealer.

Return value

 Returns the main account at tree as value of type Integer. 

Sample

 Public WithEvents BOAPI As CVertexFXBOAPI

Private Sub RootID_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles RootID.Click

    Dim Root_ID As Integer

    Root_ID = BOAPI.RootID

    msgBox(Root_ID)

 End Sub

See Also


VertexFX Backoffice API Index

(0 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).

Help Desk Software by Hybrid Solutions