Click or drag to resize

IDRARestServerPublicFolderEnum Method

Retrieves a list of public folders matching the specified search criteria.
UriTemplate: /dra/publicFolders/get

Namespace:  NetIQ.DRA.RestServiceLibrary
Assembly:  NetIQ.DRA.RestServiceLibrary (in NetIQ.DRA.RestServiceLibrary.dll) Version: 10.2.2.1
Syntax
[OperationContractAttribute]
[WebInvokeAttribute(Method = "POST", ResponseFormat = WebMessageFormat.Json, 
	RequestFormat = WebMessageFormat.Json, BodyStyle = WebMessageBodyStyle.Wrapped, 
	UriTemplate = "/dra/publicfolders/get")]
Stream PublicFolderEnum(
	PublicFolder publicFolderAndFilter,
	PublicFolder publicFolderOrFilter,
	string[] attributes,
	EnumerationOptions enumerationOptions,
	ConnectionParameters connectionParameters
)

Parameters

publicFolderAndFilter
Type: NetIQ.DRA.Common.Rest.DataModelsPublicFolder
An optional PublicFolder object that defines the attribute patterns to match for public folders to use in the 'and' clause
publicFolderOrFilter
Type: NetIQ.DRA.Common.Rest.DataModelsPublicFolder
An optional PublicFolder object that defines the attribute patterns to match for public folders to use in the 'or' clause
attributes
Type: SystemString
An optional list of the properties to retrieve from the server
enumerationOptions
Type: NetIQ.DRA.Common.Rest.DataModelsEnumerationOptions
An optional EnumerationOptions structure that controls how the enumeration is performed
connectionParameters
Type: NetIQ.DRA.Common.Rest.DataModelsConnectionParameters
Optional ConnectionParameters to specify a DRA server and Assistant Admin credentials

Return Value

Type: Stream
A EnumObjectListResponse containing the public folders that matched the specified search filters.
See Also