Enumeration used to describe who will become the default owner when a CContentProducer creates new CContent.
Namespace:
Asi.iBO.ContentManagementAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public enum DefaultOwnerType |
| Visual Basic (Declaration) |
|---|
Public Enumeration DefaultOwnerType |
| Visual C++ |
|---|
public enum class DefaultOwnerType |
Members
| Member name | Description | |
|---|---|---|
| GroupOwner |
Represents the default owner of the group option.
| |
| Self |
Represents the user as the default owner option.
| |
| Specified |
Represents a specific person as the default owner option.
|