Gets or sets the option which specifies describe who will become the default owner when the CContentProducer creates new CContent.

Namespace:  Asi.iBO.ContentManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public CContentProducer..::.DefaultOwnerType DefaultOwner { get; set; }
Visual Basic (Declaration)
Public Property DefaultOwner As CContentProducer..::.DefaultOwnerType
Visual C++
public:
property CContentProducer..::.DefaultOwnerType DefaultOwner {
	CContentProducer..::.DefaultOwnerType get ();
	void set (CContentProducer..::.DefaultOwnerType value);
}

See Also