AudienceCollection.Create Method (String, String, String, AudienceGroupOperation)
Validates the input parameters and creates an instance of the Audience object.
Namespace: Microsoft.Office.Server.Audience
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Function Create ( _
AudienceNameOrg As String, _
AudienceDescriptionOrg As String, _
OwnerAccountNameOrg As String, _
GroupOperation As AudienceGroupOperation _
) As Audience
'Usage
Dim instance As AudienceCollection
Dim AudienceNameOrg As String
Dim AudienceDescriptionOrg As String
Dim OwnerAccountNameOrg As String
Dim GroupOperation As AudienceGroupOperation
Dim returnValue As Audience
returnValue = instance.Create(AudienceNameOrg, _
AudienceDescriptionOrg, OwnerAccountNameOrg, _
GroupOperation)
public Audience Create(
string AudienceNameOrg,
string AudienceDescriptionOrg,
string OwnerAccountNameOrg,
AudienceGroupOperation GroupOperation
)
Parameters
AudienceNameOrg
Type: System.StringA string that contains the Audience name.
AudienceDescriptionOrg
Type: System.StringA string that contains the Audience description.
OwnerAccountNameOrg
Type: System.StringA string that contains the Audience account name of the Audience owner.
GroupOperation
Type: Microsoft.Office.Server.Audience.AudienceGroupOperationA member of the AudienceGroupOperation enumeration that indicates the allowable group operation for the new Audience.
Return Value
Type: Microsoft.Office.Server.Audience.Audience
An instance of Audience with the specified name, description, owner, and AudienceGroupOperation.
Remarks
The Create method fails if the current user is not a member of the Administrator site group.