Gets an array of CSecurityGroup which this CContent belongs to.

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

Syntax

C#
public CSecurityGroup[] SecurityGroups { get; }
Visual Basic
Public ReadOnly Property SecurityGroups As CSecurityGroup()
	Get
Visual C++
public:
property array<CSecurityGroup^>^ SecurityGroups {
	array<CSecurityGroup^>^ get ();
}

See Also