CollectionItemXmlElementName property

String CollectionItemXmlElementName
Gets the name of the collection item XML element.

Implementation

/* private */
String get CollectionItemXmlElementName => this._isCalendarFolder
    ? XmlElementNames.CalendarPermission
    : XmlElementNames.Permission;