Click or drag to resize

ModelMakeAllGuidsUnique Method

Will change all content's model GUIDs. This feature allows to duplicate a model, eg. to split applications without conflicting models.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static string MakeAllGuidsUnique(
	string serializedModel
)

Parameters

serializedModel
Type: SystemString
The serialized model.

Return Value

Type: String
The updated serialized model
See Also