Share via


Action.Read Method

Reads an Action 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
Public Overrides Sub Read
'Usage
Dim instance As Action

instance.Read()
public override void Read()

Remarks

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

See Also

Reference

Action Class

Action Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace