Web Statistics
Web Statistics
Skip to end of metadata
Go to start of metadata

Gets or sets a value indicating whether to use a custom file name pattern.

Namespace: SystemWidgets.FileSplitStrategyEngine

Assembly: SystemWidgets.FileSplitStrategyEngine (in SystemWidgets.FileSplitStrategyEngine.dll)

Syntax

C#
public bool UseFileNamePattern { get; set; }
Visual Basic
Public Property UseFileNamePattern As Boolean
	Get
	Set
Visual C++
public:
property bool UseFileNamePattern {
	bool get ();
	void set (bool value);
}

Field Value

true if split strategy wants to use a custom file name pattern; otherwise, false.

See Also

FileSplitContext Class

FileSplitContext Members

FileSplitContext Properties

FileSplitContext Methods

SystemWidgets.FileSplitStrategyEngine Namespace

Labels: