Airship.Net
AirshipDotNet.Channel.TagGroupsEditor Class Reference

Editor for Channel and Named User tag groups. More...

Public Member Functions

TagGroupsEditor AddTag (string tag, string group)
 Add a tag to a given tag group.
 
TagGroupsEditor AddTags (ICollection< string > tags, string group)
 Add tags to a given tag group.
 
TagGroupsEditor RemoveTag (string tag, string group)
 Remove tag from a given tag group.
 
TagGroupsEditor RemoveTags (ICollection< string > tags, string group)
 Remove tags from a given tag group.
 
TagGroupsEditor SetTag (string tag, string group)
 Set a tag to the given tag group.
 
TagGroupsEditor SetTags (ICollection< string > tags, string group)
 Set tags to the given tag group.
 
void Apply ()
 Apply the tag group changes.
 

Detailed Description

Editor for Channel and Named User tag groups.

Member Function Documentation

◆ AddTag()

TagGroupsEditor AirshipDotNet.Channel.TagGroupsEditor.AddTag ( string tag,
string group )
inline

Add a tag to a given tag group.

Returns
The tag groups editor.
Parameters
tagTag to add.
groupGroup to add the tag to.

◆ AddTags()

TagGroupsEditor AirshipDotNet.Channel.TagGroupsEditor.AddTags ( ICollection< string > tags,
string group )
inline

Add tags to a given tag group.

Returns
The tag groups editor.
Parameters
tagsTags to add.
groupGroup to add tags to.

◆ Apply()

void AirshipDotNet.Channel.TagGroupsEditor.Apply ( )
inline

Apply the tag group changes.

◆ RemoveTag()

TagGroupsEditor AirshipDotNet.Channel.TagGroupsEditor.RemoveTag ( string tag,
string group )
inline

Remove tag from a given tag group.

Returns
The tag groups editor.
Parameters
tagTag to remove.
groupGroup to remove the tag from.

◆ RemoveTags()

TagGroupsEditor AirshipDotNet.Channel.TagGroupsEditor.RemoveTags ( ICollection< string > tags,
string group )
inline

Remove tags from a given tag group.

Returns
The tag groups editor.
Parameters
tagsTags to remove.
groupGroup to remove the tags from.

◆ SetTag()

TagGroupsEditor AirshipDotNet.Channel.TagGroupsEditor.SetTag ( string tag,
string group )
inline

Set a tag to the given tag group.

Returns
The tag groups editor.
Parameters
tagTag to set.
groupGroup to set the tag to.

◆ SetTags()

TagGroupsEditor AirshipDotNet.Channel.TagGroupsEditor.SetTags ( ICollection< string > tags,
string group )
inline

Set tags to the given tag group.

Returns
The tag groups editor.
Parameters
tagsTags to set.
groupGroup to set the tags to.