Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called by the list provider of the page when a list object that represents a list item has been created. This allows the implementor to augment their own metadata to the provided list object.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public virtual void InitializeListObject(
ListObject listObject
)
public:
virtual void InitializeListObject(
ListObject^ listObject
)
Public Overridable Sub InitializeListObject (
listObject As ListObject
)
Parameters
listObject
Type: Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners.ListObjectThe list object that has been initialized.
See Also
ListProviderAdorner Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace
Return to top