See C1FileInfo.

Namespace: Composite.Core.Implementation
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public C1FileInfoImplementation(
	string path
)
Visual Basic
Public Sub New ( _
	path As String _
)
Visual C++
public:
C1FileInfoImplementation(
	String^ path
)

Parameters

path
Type: System..::..String

[Missing <param name="path"/> documentation for "M:Composite.Core.Implementation.C1FileInfoImplementation.#ctor(System.String)"]

See Also