ClientResourceFile Constructor

MCManager API

Initializes a new instance of the ClientResourceFile class

Namespace:  Moxiecode.Manager.Utils
Assembly:  MCManager (in MCManager.dll) Version: 1.0.0.0

Syntax

C#
public ClientResourceFile(
	string id,
	string path,
	bool remove_whitespace,
	string content_type
)
Visual Basic (Declaration)
Public Sub New ( _
	id As String, _
	path As String, _
	remove_whitespace As Boolean, _
	content_type As String _
)
Visual C++
public:
ClientResourceFile(
	String^ id, 
	String^ path, 
	bool remove_whitespace, 
	String^ content_type
)

Parameters

id
Type: System..::.String

[Missing <param name="id"/> documentation for "M:Moxiecode.Manager.Utils.ClientResourceFile.#ctor(System.String,System.String,System.Boolean,System.String)"]

path
Type: System..::.String

[Missing <param name="path"/> documentation for "M:Moxiecode.Manager.Utils.ClientResourceFile.#ctor(System.String,System.String,System.Boolean,System.String)"]

remove_whitespace
Type: System..::.Boolean

[Missing <param name="remove_whitespace"/> documentation for "M:Moxiecode.Manager.Utils.ClientResourceFile.#ctor(System.String,System.String,System.Boolean,System.String)"]

content_type
Type: System..::.String

[Missing <param name="content_type"/> documentation for "M:Moxiecode.Manager.Utils.ClientResourceFile.#ctor(System.String,System.String,System.Boolean,System.String)"]

See Also