Click or drag to resize
NuSpecBuilderBuildToStream Method
Builds NuSpec manifest to stream.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 12.0.0
Syntax
C#
public void BuildToStream(
	Stream stream
)

Parameters

stream
Type: System.IOStream
Stream for writing a NuSpec manifest.
Exceptions
ExceptionCondition
ValidationExceptionThrown When the resulting NuSpec manifest is not valid.
See Also