NodeService.CompendiumTransclusionRelationship.RemoveAttachment C# (CSharp) Method

RemoveAttachment() public method

public RemoveAttachment ( string attachment ) : void
attachment string
return void
        public void RemoveAttachment(string attachment)
        {
            _attachments.Remove(attachment);
        }