NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ListItem.AddParsedSubObject

Method of IParserAccessor. Allows Text property to be persisted as inner.

[Visual Basic]
Overridable Public Sub AddParsedSubObject( _
   ByVal obj As Object _
)
[C#]
public virtual void AddParsedSubObject(
   object obj
);
[C++]
public: virtual void AddParsedSubObject(
   Object* obj
);
[JScript]
public function AddParsedSubObject(
   obj : Object
);

Parameters

obj
[To be supplied.]

See Also

ListItem Class | ListItem Members | System.Web.UI Namespace