RemoveAvatar Constructor

Furcadia Framework

RemoveAvatar Constructor

Furcadia Framework For Third Party Programs
This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

Remove Avatar from the Dream Furre List by its Furre ID

Namespace:  Furcadia.Net.Utils.ServerParser
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
Syntax

public RemoveAvatar(
	string ServerInstruction
)
Public Sub New ( 
	ServerInstruction As String
)

Dim ServerInstruction As String

Dim instance As New RemoveAvatar(ServerInstruction)
public:
RemoveAvatar(
	String^ ServerInstruction
)
new : 
        ServerInstruction : string -> RemoveAvatar

Parameters

ServerInstruction
Type: SystemString

[Missing <param name="ServerInstruction"/> documentation for "M:Furcadia.Net.Utils.ServerParser.RemoveAvatar.#ctor(System.String)"]

See Also

Reference