Click or drag to resize

CrudTStore Method (String)

Saves a raw string representation to file system.

Namespace:  SandcastleTest.Generic.DAL.FileSystemStorage
Assembly:  SandcastleTest (in SandcastleTest.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
private void Store(
	string rawContent
)

Parameters

rawContent
Type: SystemString
a raw string representation
See Also