search

The value of the search portion of the URL for the PODSLocation object.

Interface

PODSLocation

IDL definition
attribute PODSString search;
JavaScript synopsis
loc.search
loc.search = search
C synopsis
PODSString PODSgetSearch(PODSLocation* loc);
void PODSsetSearch(
  PODSLocation* loc,
  PODSString search
);
Parameters
  • loc   The PODSLocation object.

  • search   [in] The value of search to set.

Returns

Getter: The value of search for the PODSLocation object.

Setter: None

Remarks

The search attribute is a portion of the URL, beginning with a question mark, that specifies any query information.

See also

href