Click or drag to resize

dataPackageExtensionsSaveDataPackageTPackage Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Saves the data package.

Namespace:  imbSCI.Data.data.package
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public static void SaveDataPackage<TPackage>(
	this TPackage package,
	string path
)
where TPackage : new(), IDataPackage
Request Example View Source

Parameters

package
Type: TPackage
The package.
path
Type: SystemString
The path.

Type Parameters

TPackage
The type of the package.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type . When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also