In the Ruby API, component instances and groups have a .guid
property which is a 22-character b64 string, where component definitions’ .guid
is a hyphen-delimited hex string. Why is this?
Also, I’m noticing that in the C API, SUComponentDefinitionGetGuid
is returning a 22-character b64 string. Why is this not the same hex GUID from the Ruby API? Is there a way to get this hex GUID from the SDK?