NodeService.CompendiumTransclusionRelationship.RemoveAttachment C# (CSharp) Méthode

RemoveAttachment() public méthode

public RemoveAttachment ( string attachment ) : void
attachment string
Résultat void
        public void RemoveAttachment(string attachment)
        {
            _attachments.Remove(attachment);
        }