CaveTube.CaveTalk.Lib.CaveTubeClientWrapper.HideComment C# (CSharp) Method

HideComment() public method

public HideComment ( Int32 commentNumber, string apiKey ) : void
commentNumber System.Int32
apiKey string
return void
		public override void HideComment(Int32 commentNumber, string apiKey) {
			this.client.HideComment(commentNumber, apiKey);
		}

Same methods

CaveTubeClientWrapper::HideComment ( CaveTubeClient message ) : void