Shunde.NET Framework Class Library

WebPage.GetTextSection Method 

Gets some text with the given Code

public virtual TextSection GetTextSection(
   String code,
   String nameForAdministrators
);

Parameters

String
The Code of the text
String
The name to give for administrators

Return Value

Returns a TextSection object

Remarks

Uses data in the cache if available. If not available, it is retrieved from the database and added to the cache. Using a Code that doesn't exist is how you create new sections.

See Also

WebPage Class | Shunde.Common Namespace