ServicePRO SDK Help

ObjectDesignerManager..::..ValidateProjectRequest Method

Validate project request

Namespace:  ServicePRO.Sdk.Windows.Managers
Assembly:  ServicePRO.Sdk.Windows (in ServicePRO.Sdk.Windows.dll)

Syntax


public void ValidateProjectRequest(
	string userSessionKey,
	HierarchyItemCollection projectTree,
	Action<bool, HierarchyItem, stcListItem[], Exception> callbackAction
)
Public Sub ValidateProjectRequest ( _
	userSessionKey As String, _
	projectTree As HierarchyItemCollection, _
	callbackAction As Action(Of Boolean, HierarchyItem, stcListItem(), Exception) _
)

Parameters

userSessionKey
Type: String
User’s Session Key.
Key property of the User Session Object of type stcSession.
The User Session has to be established by making a call to InitializeSystemAndSession() method in CoreServicesManager class as a first step with using ServicePRO SDK.
projectTree
Type: HelpSTAR.Hybrid.Common..::..HierarchyItemCollection
The project tree collection.
callbackAction
Type: Action<(Of <(<'Boolean, HierarchyItem, array<stcListItem>[]()[][], Exception>)>)>
The callback action.