Click or drag to resize

StudioServiceGuiServiceSyncObjectsAndRelationships Method

Namespace:  PDTec.IceNet.Domain.Development.Service
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public void GuiServiceSyncObjectsAndRelationships(
	string[] aObjectIds,
	string[] aRelationshipIds,
	out string[] aDeletedObjects,
	out string[] aDeletedRelationships
)

Parameters

aObjectIds
Type: SystemString
aRelationshipIds
Type: SystemString
aDeletedObjects
Type: SystemString
aDeletedRelationships
Type: SystemString
See Also