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
- privacyLevel
Type: Microsoft.Office.Server.UserProfiles.Privacy
Return value
Type: []
See also
Reference
PrivacyItemManagerBase<T> class