[Missing <summary> documentation for "M:TinCan.RemoteLRS.DeleteActivityProfile(TinCan.Documents.ActivityProfileDocument)"]

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

Syntax

C#
public LRSResponse DeleteActivityProfile(
	ActivityProfileDocument profile
)
Visual Basic
Public Function DeleteActivityProfile ( 
	profile As ActivityProfileDocument
) As LRSResponse
Visual C++
public:
virtual LRSResponse^ DeleteActivityProfile(
	ActivityProfileDocument^ profile
) sealed
F#
abstract DeleteActivityProfile : 
        profile : ActivityProfileDocument -> LRSResponse 
override DeleteActivityProfile : 
        profile : ActivityProfileDocument -> LRSResponse 

Parameters

profile
Type: TinCan.Documents..::..ActivityProfileDocument

[Missing <param name="profile"/> documentation for "M:TinCan.RemoteLRS.DeleteActivityProfile(TinCan.Documents.ActivityProfileDocument)"]

Return Value

Type: LRSResponse

[Missing <returns> documentation for "M:TinCan.RemoteLRS.DeleteActivityProfile(TinCan.Documents.ActivityProfileDocument)"]

Implements

ILRS..::..DeleteActivityProfile(ActivityProfileDocument)

See Also