RegisterProperties method

  1. @override
void RegisterProperties()
override
Registers properties.

Implementation

@override
void RegisterProperties() {
  super.RegisterProperties();

  this.RegisterProperty(Id);
  this.RegisterProperty(ParentFolderId);
  this.RegisterProperty(FolderClass);
  this.RegisterProperty(DisplayName);
  this.RegisterProperty(TotalCount);
  this.RegisterProperty(ChildFolderCount);
  this.RegisterProperty(ServiceObjectSchema.ExtendedProperties);
  // todo("fix property registering")
//            this.RegisterProperty(ManagedFolderInformation);
  this.RegisterProperty(EffectiveRights);
  this.RegisterProperty(Permissions);
  this.RegisterProperty(UnreadCount);
  this.RegisterProperty(WellKnownFolderName);
//            this.RegisterProperty(PolicyTag);
//            this.RegisterProperty(ArchiveTag);
}