Blog.Services.Helpers.Rest.PostContentsRestResource.Delete C# (CSharp) Method

Delete() public method

public Delete ( int postContentId, string authenticationToken ) : bool
postContentId int
authenticationToken string
return bool
        public bool Delete(int postContentId, string authenticationToken)
        {
            throw new System.NotImplementedException();
        }
    }
PostContentsRestResource