Open this page in the API Guide

ImportConfig.SetItemProperty Method

Sets a property of an item to be imported.

Namespace:  Dundas.BI.Transfer
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public void SetItemProperty(
	Guid itemId,
	string propertyName,
	string propertyValue
)

Parameters

itemId
Type: System.Guid
ID of the item.
propertyName
Type: System.String
Name of the Property to be set.
propertyValue
Type: System.String
Value of the property.
Exceptions
ExceptionCondition
ArgumentExceptionitemId is Empty.
ArgumentExceptionpropertyName is null or empty.
See Also