ActionParameter.Read Method

NOTE: This API is now obsolete.

Reads an ActionParameter object from the metadata database overwriting the current value of the fields of the object with whatever was present in the database.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public Overrides Sub Read
'Usage
Dim instance As ActionParameter

instance.Read()
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public override void Read()

Remarks

For example, if you change the name of an ActionParameter object and then call .Read on the ActionParameter, the name will be reset to whatever is in the metadata database.

See Also

Reference

ActionParameter Class

ActionParameter Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace