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 public static string MakeAllGuidsUnique(
string serializedModel
)
Parameters
- serializedModel
- Type: SystemString
The serialized model.
Return Value
Type:
StringThe updated serialized model
See Also