BlogML.Xml.BlogMLPost.CategoryReferenceCollection.Add C# (CSharp) Méthode

Add() public méthode

public Add ( string categoryID ) : BlogMLCategoryReference
categoryID string
Résultat BlogMLCategoryReference
            public BlogMLCategoryReference Add(string categoryID)
            {
                BlogMLCategoryReference item = new BlogMLCategoryReference();
                item.Ref = categoryID;
                base.Add(item);
                return item;
            }

Same methods

BlogMLPost.CategoryReferenceCollection::Add ( BlogMLCategoryReference value ) : void
BlogMLPost.CategoryReferenceCollection