InnerCollectionXmlElementName property

String InnerCollectionXmlElementName
Gets the name of the inner collection XML element.

Implementation

/* private */
String get InnerCollectionXmlElementName => this._isCalendarFolder
    ? XmlElementNames.CalendarPermissions
    : XmlElementNames.Permissions;