ProjectData.

Set(string, object, ProjectDataType, bool) Method

Summary

This will set the data for the first time as either Public or Private depending on passed type (Public is default). If data already exists at the key it will attempt to update the data and ignore the passed project data type. If you intend to override an argument the 4th param can be used to ensure overriden
Assembly
Cake.igloo15.Helper.dll
Namespace
Cake.igloo15.Helper
Containing Type
ProjectData

Syntax

public ProjectData Set(string key, object value, ProjectDataType type = 0, bool overrideNonDefaultArgument = false)

Parameters

Name Type Description
key string The key to set
value object The value to set
type ProjectDataType The type of data being set
overrideNonDefaultArgument bool Override argument data if it is not default

Return Value

Type Description
ProjectData