Skip to content

4032b3fb 0001 b928 8905 3e848cf0013f

Fernando Garcia edited this page May 8, 2018 · 1 revision

FilterModel.Path Property

Additional header content

Gets or sets the path where is located the writer.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public string Path { get; set; }

VB

Public Property Path As String
	Get
	Set

Property Value

Type: String
Path where is located the writer. To specify a relative path use the character (~). The default is "Default".

Exceptions

 

Exception Condition
ArgumentNullException If value is null.
InvalidPathNameException If value is an invalid path name.

Remarks

ITEE Object Element Usage

<Filter Path="Default|string" .../>

See Also

Reference

FilterModel Class
iTin.Export.Model Namespace

Clone this wiki locally