GUID

GUID

Represents the unique identifier of an asset.

Example

Submit an asset with a custom GUID.

<submit server="ramServer">
   <asset>
      <name>My Asset</name>
      <version>1.0</version>
      <guid>my_custom_guid</guid>
      <community>Software Development</community>
      <assetType>Component</assetType>
      <shortDescription>This is my asset</shortDescription>
   </asset>
</submit>