AssetCreatorType
Indicates whether an asset is owned by an individual user or a group.
Items 2
| History | Name | Value | Description | |
|---|---|---|---|---|
| 591 | User | 0 | The asset is owned by an individual user; the accompanying creator ID is a user ID. | |
| 591 | Group | 1 | The asset is owned by a group; the accompanying creator ID is a group ID. |
Description
Indicates whether an asset is owned by an individual user or a group. Used as
the CreatorType field in the request parameters of
AssetService:CreateAssetAsync() and
AssetService:CreateAssetVersionAsync() to specify the type of entity
that will own the resulting asset. When set to AssetCreatorType.User,
the accompanying CreatorId is interpreted as a user ID; when set to
AssetCreatorType.Group, it is interpreted as a group ID.