AreaListing.AddAudience Method
NOTE: This API is now obsolete.
Adds an audience listing to the area.
Namespace: Microsoft.SharePoint.Portal.SiteData
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Sub AddAudience ( _
OrgleID As Guid _
)
'Usage
Dim instance As AreaListing
Dim OrgleID As Guid
instance.AddAudience(OrgleID)
[ObsoleteAttribute("This class is obsolete.")]
public void AddAudience(
Guid OrgleID
)
Parameters
- OrgleID
Type: System.Guid
The identifier of the audience listing to add to the area.
Remarks
Modified properties are not updated in the database until you call the Update method.