NodeService.CompendiumTransclusionRelationship.AddAttachment C# (CSharp) Method

AddAttachment() public method

public AddAttachment ( string attachment ) : void
attachment string
return void
        public void AddAttachment(string attachment)
        {
            _attachments.Add(attachment);
        }