InternalLoad method
Implementation
@override
Future<void> InternalLoad(PropertySet propertySet) {
this.ThrowIfThisIsNew();
return this.Service.LoadPropertiesForFolder(this, propertySet);
}
@override
Future<void> InternalLoad(PropertySet propertySet) {
this.ThrowIfThisIsNew();
return this.Service.LoadPropertiesForFolder(this, propertySet);
}