DocumentObj 2.5 ContainingCondition

The method returns the objects which contain the supplied condition name or condition value.


Parameters

NameTypeDirectionDescription
psAuthContextStringInOutDeprecated proprietary authentication context only used by .ASMX web services based on internal username/password authentication. Claims based security standards drive all the WCF .SVC web services, making this parameter redundant.
psConditionNameStringInThe condition name.
psConditionValueStringInThe condition value.
psIshTypeFilterStringInThe type of the objects that should match the filter. Allowed values are defined in the enumeration eISHType.
peStatusFiltereISHStatusGroupInThe status category of an object in order to return metadata
psXMLMetadataFilterStringInMetadataFilter XML structure with additional filter on metadata to limit the objects on which metadata has to be returned.
psXMLRequestedMetadataStringInRequested Metadata XML structure indicating which metadata has to be retrieved for a given object.
psOutXMLObjListStringOutObjectList XML structure containing the metadata of the objects.

Requirements are:
  • The user must have read access to the object which the logged on user is trying to find.
Note that:
  • This method will always return language objects as separate ishobject element.
  • When filtering on version numbers in psXMLMetaDataFilter, only exact version numbers can be used.
  • The metadata filter can specify metadata fields on logical, version and language level.
  • The order of the returned objects in psOutXMLObjList is random.
  • The default value for the parameter psIshTypeFilter is: ISHModule, ISHMasterDoc, ISHIllustration, ISHLibrary, ISHTemplate.