Share via


PrivacyItemManagerBase<T>.GetItems method (Privacy)

Gets all privacy items, restricted to a certain privacy level

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Function GetItems ( _
    privacyLevel As Privacy _
) As T()
'Usage
Dim instance As PrivacyItemManagerBase
Dim privacyLevel As Privacy
Dim returnValue As T()

returnValue = instance.GetItems(privacyLevel)
public T[] GetItems(
    Privacy privacyLevel
)

Parameters

Return value

Type: []

See also

Reference

PrivacyItemManagerBase<T> class

PrivacyItemManagerBase<T> members

GetItems overload

Microsoft.Office.Server.UserProfiles namespace