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!

WebControlPersister.PersistTemplateProperty

Returns a string that can persist a template property including the specified persistance mode and property descriptor.

Overload List

Persists a template property including the specified persistance mode, string writer and property descriptor.

[Visual Basic] Overloads Public Shared Sub PersistTemplateProperty(PersistenceMode, StringWriter, Object, PropertyDescriptor)
[C#] public static void PersistTemplateProperty(PersistenceMode, StringWriter, Object, PropertyDescriptor);
[C++] public: static void PersistTemplateProperty(PersistenceMode, StringWriter, Object, PropertyDescriptor);
[JScript] public static function PersistTemplateProperty(PersistenceMode, StringWriter, Object, PropertyDescriptor);

Returns a string that can persist a template property including the specified persistance mode and property descriptor.

[Visual Basic] Overloads Public Shared Function PersistTemplateProperty(PersistenceMode, Object, PropertyDescriptor) As String
[C#] public static string PersistTemplateProperty(PersistenceMode, Object, PropertyDescriptor);
[C++] public: static String* PersistTemplateProperty(PersistenceMode, Object, PropertyDescriptor);
[JScript] public static function PersistTemplateProperty(PersistenceMode, Object, PropertyDescriptor) : String;

See Also

WebControlPersister Class | WebControlPersister Members | System.Web.UI.Design Namespace