[Missing <summary> documentation for "M:TinCan.ILRS.DeleteState(TinCan.Documents.StateDocument)"]

Namespace: TinCan
Assembly: TinCan (in TinCan.dll) Version: 0.0.1.0 (0.0.1.0)

Syntax

C#
LRSResponse DeleteState(
	StateDocument profile
)
Visual Basic
Function DeleteState ( 
	profile As StateDocument
) As LRSResponse
Visual C++
LRSResponse^ DeleteState(
	StateDocument^ profile
)
F#
abstract DeleteState : 
        profile : StateDocument -> LRSResponse 

Parameters

profile
Type: TinCan.Documents..::..StateDocument

[Missing <param name="profile"/> documentation for "M:TinCan.ILRS.DeleteState(TinCan.Documents.StateDocument)"]

Return Value

Type: LRSResponse

[Missing <returns> documentation for "M:TinCan.ILRS.DeleteState(TinCan.Documents.StateDocument)"]

See Also