add Asset Map
Add an Asset Map to the Portal used with shared assets.
Example usage (kotlin):
builder = builder.addAssetMap(AssetMap("images","/shared/images","images"))
Content copied to clipboard
Example usage (java):
builder = builder.addAssetMap(new AssetMap("images","/shared/images","images"));
Content copied to clipboard
Return
the instance of the PortalBuilder with the Asset Map added
Parameters
asset Map
the Asset Map to add